aboutsummaryrefslogtreecommitdiff
path: root/audio/libsamplerate
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-03-26 21:35:04 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-03-26 21:35:04 +0000
commit0180080a9e7a36afccd35f76e4944ba57d38073b (patch)
tree9dbc29ff5d987109e001644e0916d91291c298b4 /audio/libsamplerate
parent1c9d2c8a35154fba58dad0c23378514155c714c8 (diff)
downloadports-0180080a9e7a36afccd35f76e4944ba57d38073b.tar.gz
ports-0180080a9e7a36afccd35f76e4944ba57d38073b.zip
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
Notes
Notes: svn path=/head/; revision=188422
Diffstat (limited to 'audio/libsamplerate')
-rw-r--r--audio/libsamplerate/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile
index 81274673a6c4..604eb84dae6a 100644
--- a/audio/libsamplerate/Makefile
+++ b/audio/libsamplerate/Makefile
@@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gcc-pipe
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
post-install:
.if !defined(NOPORTDOCS)