aboutsummaryrefslogtreecommitdiff
path: root/security/libp11
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 13:45:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 13:45:41 +0000
commita9c6ccca8f343d86857d512fb4bf5d5755386b87 (patch)
tree47aa6d20bc6a52c4cc42906ef1740f2572836697 /security/libp11
parent2eb5369560f1c7a47435588999bf300e78f11fee (diff)
downloadports-a9c6ccca8f343d86857d512fb4bf5d5755386b87.tar.gz
ports-a9c6ccca8f343d86857d512fb4bf5d5755386b87.zip
Fix build with bmake as make
Notes
Notes: svn path=/head/; revision=317207
Diffstat (limited to 'security/libp11')
-rw-r--r--security/libp11/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/libp11/Makefile b/security/libp11/Makefile
index e7cd25e54b32..7e35b9492641 100644
--- a/security/libp11/Makefile
+++ b/security/libp11/Makefile
@@ -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}" \