aboutsummaryrefslogtreecommitdiff
path: root/audio/flac
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2007-08-07 18:41:34 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2007-08-07 18:41:34 +0000
commit98cb09c8170c065fe1c59c7a45b3ca1f9d1258b9 (patch)
treeb96ecb0c0ac905397c6ab1b8c273a06e56bd02ce /audio/flac
parent8ef9a651dc24e3c155b2050f017cbf08258a4396 (diff)
downloadports-98cb09c8170c065fe1c59c7a45b3ca1f9d1258b9.tar.gz
ports-98cb09c8170c065fe1c59c7a45b3ca1f9d1258b9.zip
portlint fixes
PR: 115259 Submitted by: David Yeske <dyeske@gmail.com>
Notes
Notes: svn path=/head/; revision=197305
Diffstat (limited to 'audio/flac')
-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>