diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2007-08-07 18:41:34 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2007-08-07 18:41:34 +0000 |
commit | 98cb09c8170c065fe1c59c7a45b3ca1f9d1258b9 (patch) | |
tree | b96ecb0c0ac905397c6ab1b8c273a06e56bd02ce /audio | |
parent | Update MASTER_SITE and description to point to the new home page. (diff) |
portlint fixes
PR: 115259
Submitted by: David Yeske <dyeske@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flac/Makefile | 4 |
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> |