diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 05:28:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 05:28:21 +0800 |
commit | 5a47a6eedbe74bfab2f8f82e9a72388911ef5530 (patch) | |
tree | 7d9f3fc820a143889ab54a8c28d5860179c1bac1 /security/pkcs11-helper | |
parent | 5f03fa38c88e13c6442ea08829df95971f551925 (diff) | |
download | freebsd-ports-gnome-5a47a6eedbe74bfab2f8f82e9a72388911ef5530.tar.gz freebsd-ports-gnome-5a47a6eedbe74bfab2f8f82e9a72388911ef5530.tar.zst freebsd-ports-gnome-5a47a6eedbe74bfab2f8f82e9a72388911ef5530.zip |
Fix build with bmake
Diffstat (limited to 'security/pkcs11-helper')
-rw-r--r-- | security/pkcs11-helper/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index 95e52a12b420..fff0b21dcc8a 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkcs11-helper -# Date created: 8 Jan 2007 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pkcs11-helper PORTVERSION= 1.09 @@ -25,6 +21,10 @@ GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" |