diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-03 21:45:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-03 21:45:41 +0800 |
commit | 8c59ab185e3b270adfeda75f4a1b80b0c24ac0ad (patch) | |
tree | 47aa6d20bc6a52c4cc42906ef1740f2572836697 /security/libp11 | |
parent | bd67e5c82481a599326a1f38542161ecc9d06d87 (diff) | |
download | freebsd-ports-gnome-8c59ab185e3b270adfeda75f4a1b80b0c24ac0ad.tar.gz freebsd-ports-gnome-8c59ab185e3b270adfeda75f4a1b80b0c24ac0ad.tar.zst freebsd-ports-gnome-8c59ab185e3b270adfeda75f4a1b80b0c24ac0ad.zip |
Fix build with bmake as make
Diffstat (limited to 'security/libp11')
-rw-r--r-- | security/libp11/Makefile | 4 |
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}" \ |