aboutsummaryrefslogtreecommitdiffstats
path: root/security/pkcs11-helper
diff options
context:
space:
mode:
Diffstat (limited to 'security/pkcs11-helper')
-rw-r--r--security/pkcs11-helper/Makefile10
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"