aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2007-08-08 02:41:34 +0800
committernaddy <naddy@FreeBSD.org>2007-08-08 02:41:34 +0800
commit77ad74fcecf5d79ef7287c778ce4284b59ec0dbf (patch)
treeda0767c0d15a42cabed0f1f76dc66ba81bf17213 /audio
parent9b349292019a7492912cfd64abc094538d6035f9 (diff)
downloadfreebsd-ports-gnome-77ad74fcecf5d79ef7287c778ce4284b59ec0dbf.tar.gz
freebsd-ports-gnome-77ad74fcecf5d79ef7287c778ce4284b59ec0dbf.tar.zst
freebsd-ports-gnome-77ad74fcecf5d79ef7287c778ce4284b59ec0dbf.zip
portlint fixes
PR: 115259 Submitted by: David Yeske <dyeske@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/flac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index e0328f1ec0ec..8c7a27ab6a4a 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg
USE_AUTOTOOLS= libtool:15
USE_ICONV= yes
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL}
CONFIGURE_ARGS= --enable-sse \
--with-libiconv-prefix="${LOCALBASE}" \
@@ -33,7 +33,7 @@ MAKE_ENV= DOC=""
MAKE_ENV= DOC=doc
.endif
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN1= flac.1 metaflac.1
.include <bsd.port.pre.mk>