diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 05:28:21 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 05:28:21 +0800 |
commit | 83b4ff92604072458758620064920be4ba140b79 (patch) | |
tree | 7d9f3fc820a143889ab54a8c28d5860179c1bac1 /security | |
parent | d216bc0c63cb685d555d753154af150d2cfab833 (diff) | |
download | freebsd-ports-gnome-83b4ff92604072458758620064920be4ba140b79.tar.gz freebsd-ports-gnome-83b4ff92604072458758620064920be4ba140b79.tar.zst freebsd-ports-gnome-83b4ff92604072458758620064920be4ba140b79.zip |
Fix build with bmake
Diffstat (limited to 'security')
-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" |