diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-12 14:16:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-12 14:16:42 +0800 |
commit | 6d353d4bf1a06851c75e3f19cc5ea2618fb1437c (patch) | |
tree | c8f6f143bdd067fcc616c2f9401db2f5ef7a641d /security | |
parent | ea401ed9f03a3221b612b2016353f0c281544ec9 (diff) | |
download | freebsd-ports-gnome-6d353d4bf1a06851c75e3f19cc5ea2618fb1437c.tar.gz freebsd-ports-gnome-6d353d4bf1a06851c75e3f19cc5ea2618fb1437c.tar.zst freebsd-ports-gnome-6d353d4bf1a06851c75e3f19cc5ea2618fb1437c.zip |
- Unbreak build on HEAD
Diffstat (limited to 'security')
-rw-r--r-- | security/pkcs11-helper/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index fff0b21dcc8a..898f43e5681e 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -21,10 +21,6 @@ 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" |