diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-06 06:30:39 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-06 06:30:39 +0000 |
commit | c54b783cab509fc7826a56aff6e5728e5036c17a (patch) | |
tree | 695ff1a8982ca4062ef8e555c004421ef53418ff /net-mgmt | |
parent | 9740e8e748d4c1addb969447c38f6d9744de7bc3 (diff) | |
download | ports-c54b783cab509fc7826a56aff6e5728e5036c17a.tar.gz ports-c54b783cab509fc7826a56aff6e5728e5036c17a.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zenoss/files/patch-rrddeps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zenoss/files/patch-rrddeps.sh b/net-mgmt/zenoss/files/patch-rrddeps.sh index 131ff460bdd2..ec49c82dffb4 100644 --- a/net-mgmt/zenoss/files/patch-rrddeps.sh +++ b/net-mgmt/zenoss/files/patch-rrddeps.sh @@ -6,7 +6,7 @@ $FreeBSD$ export CFLAGS="-O3 -fPIC -I${INSTALL_DIR}/include" -+USE_GETTEXT=yes ++USES+= gettext +CPPFLAGS+=" -I${INSTALL_DIR}/include" +LDFLAGS+=" -L${INSTALL_DIR}/lib" + |