diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:11:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:11:06 +0000 |
commit | b2c2296adc70ba95e4eb69a2d470a394db99bb3a (patch) | |
tree | 1819988b93feb19b650b40d8be41a8908394ae75 /security/pkcs11-helper | |
parent | b179278458f7fe6bc98af1cecc8f195ed363c561 (diff) |
Notes
Diffstat (limited to 'security/pkcs11-helper')
-rw-r--r-- | security/pkcs11-helper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index 898f43e5681e..70811235e133 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL USE_BZIP2= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ |