diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /security/libgringotts | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) | |
download | ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip |
Notes
Diffstat (limited to 'security/libgringotts')
-rw-r--r-- | security/libgringotts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgringotts/Makefile b/security/libgringotts/Makefile index d0ffbf9cb249..5427b9118c89 100644 --- a/security/libgringotts/Makefile +++ b/security/libgringotts/Makefile @@ -15,8 +15,8 @@ LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \ USES= tar:bzip2 libtool GNU_CONFIGURE= yes -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-pkg-config-files=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip USE_LDCONFIG= yes |