diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-06-12 06:07:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-06-12 06:07:33 +0000 |
commit | ab9ecc0e1a5418cf88a025ad72b77ac3e20b53b2 (patch) | |
tree | 7643c0a80ea43e2899bfcdee094526079367b51e /security | |
parent | 13910914491914e8a0fe15cb114134b5e6a08e12 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/engine_pkcs11/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/engine_pkcs11/Makefile b/security/engine_pkcs11/Makefile index 2ac65051ad25..fcc282afcef9 100644 --- a/security/engine_pkcs11/Makefile +++ b/security/engine_pkcs11/Makefile @@ -16,9 +16,6 @@ USE_AUTOTOOLS= libtool USE_OPENSSL= yes GNU_CONFIGURE= yes USES= pkgconfig -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" |