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/libp11 | |
parent | b179278458f7fe6bc98af1cecc8f195ed363c561 (diff) | |
download | ports-b2c2296adc70ba95e4eb69a2d470a394db99bb3a.tar.gz ports-b2c2296adc70ba95e4eb69a2d470a394db99bb3a.zip |
Notes
Diffstat (limited to 'security/libp11')
-rw-r--r-- | security/libp11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libp11/Makefile b/security/libp11/Makefile index e7cd25e54b32..8063977894c5 100644 --- a/security/libp11/Makefile +++ b/security/libp11/Makefile @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libltdl libtool USE_OPENSSL= yes GNU_CONFIGURE= yes -USE_GNOME= pkgconfig ltverhack +USES= pkgconfig +USE_GNOME= ltverhack USE_LDCONFIG= yes CONFIGURE_ENV= LTLIB_CFLAGS="-I${LOCALBASE}/include" \ |