diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-27 08:08:14 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-27 08:08:14 +0000 |
commit | a98d110c262ae5a8e9d454e5d99aa829a56aed47 (patch) | |
tree | 082d4a42d5caffb79108c4fd706fbe12fdb92a9a /sysutils | |
parent | 04e4ffa55084231ad0118aa40ea5a4eca8ad87a8 (diff) | |
download | ports-a98d110c262ae5a8e9d454e5d99aa829a56aed47.tar.gz ports-a98d110c262ae5a8e9d454e5d99aa829a56aed47.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/syslog-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile index 93a7f49e5324..c05c4b26cb8e 100644 --- a/sysutils/syslog-ng/Makefile +++ b/sysutils/syslog-ng/Makefile @@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-pcre .if ${PORT_OPTIONS:MGEOIP} CONFIGURE_ARGS+= --enable-geoip LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP -CONFIGURE_ENV+= GEOIP_LIBS="-lGeoIP" +CONFIGURE_ENV+= GEOIP_LIBS="-L${LOCALBASE}/lib -lGeoIP" PLIST_FILES+= lib/syslog-ng/libtfgeoip.so .else CONFIGURE_ARGS+= --disable-geoip |