diff options
author | sahil <sahil@FreeBSD.org> | 2010-05-07 11:06:49 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-05-07 11:06:49 +0800 |
commit | 9cd6943ab27c22584d07bd14f4a1bbb8368aa27f (patch) | |
tree | cba2f4c3600ca194027fa0ee5b801004666a068e /net-mgmt/collectd | |
parent | 7d05c902a4c6b19ff7fef5407699d069d4bcf093 (diff) | |
download | freebsd-ports-gnome-9cd6943ab27c22584d07bd14f4a1bbb8368aa27f.tar.gz freebsd-ports-gnome-9cd6943ab27c22584d07bd14f4a1bbb8368aa27f.tar.zst freebsd-ports-gnome-9cd6943ab27c22584d07bd14f4a1bbb8368aa27f.zip |
- Fix USE_LDCONFIG
Approved by: wxs@ (mentor)
Diffstat (limited to 'net-mgmt/collectd')
-rw-r--r-- | net-mgmt/collectd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index 1b7cedf55c8b..710ac33172ce 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -40,8 +40,7 @@ MAN5= collectd.conf.5 collectd-email.5 collectd-exec.5 \ collectd-java.5 collectd-python.5 types.db.5 USE_RC_SUBR= collectd collectdmon -USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} \ - ${PREFIX}/lib +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |