aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libsamplerate
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-03-27 05:35:04 +0800
committermezz <mezz@FreeBSD.org>2007-03-27 05:35:04 +0800
commit5c6961c2e33bc39ad817722a9beba31ce4e592b0 (patch)
tree3bf06b9bb339a1ee144de69a0f9c307676d67aec /audio/libsamplerate
parentc177c65ffa69b52f09e5ad8611ff3506c0cd0fbe (diff)
downloadfreebsd-ports-gnome-5c6961c2e33bc39ad817722a9beba31ce4e592b0.tar.gz
freebsd-ports-gnome-5c6961c2e33bc39ad817722a9beba31ce4e592b0.tar.zst
freebsd-ports-gnome-5c6961c2e33bc39ad817722a9beba31ce4e592b0.zip
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
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)