- Fix USE_LDCONFIG

Approved by:	wxs@ (mentor)
This commit is contained in:
Sahil Tandon 2010-05-07 03:06:49 +00:00
parent b1d9d5f16e
commit e66e6df5c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253874
2 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -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"