diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-05 10:46:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-05 10:46:18 +0800 |
commit | 924bac5c651c4730238d1f67903ad291fce335d3 (patch) | |
tree | 2f1413a703074e492c13e37709545074df39c0d9 /audio/libaudiofile | |
parent | c72ae30c3215eb9291f4bb7a29dc8cbc3cbd708a (diff) | |
download | freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.tar.gz freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.tar.zst freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Diffstat (limited to 'audio/libaudiofile')
-rw-r--r-- | audio/libaudiofile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 747d7c46890c..dc1051adcec3 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A sound library for SGI audio file USE_GNOME= gnomehack gnometarget pkgconfig -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFLICTS= osalp-0.7.* |