Fix build with bmake as make

This commit is contained in:
Baptiste Daroussin 2013-05-03 13:45:41 +00:00
parent 2eb5369560
commit a9c6ccca8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317207

View File

@ -19,6 +19,10 @@ GNU_CONFIGURE= yes
USE_GNOME= pkgconfig ltverhack
USE_LDCONFIG= yes
.if defined(.PARSEDIR)
USE_GMAKE= yes
.endif
CONFIGURE_ENV= LTLIB_CFLAGS="-I${LOCALBASE}/include" \
LTLIB_LIBS="-L${LOCALBASE}/lib -lltdl" \
OPENSSL_CFLAGS="-I${OPENSSLINC}" \