diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-01 03:37:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-01 03:37:29 +0000 |
commit | 861227a81719b086bbe929c03dc8a55373140d63 (patch) | |
tree | e4d705e188859ed8e7303ff3147b066f18a317a9 | |
parent | a5619d2ebb42af8bec7924c512f2e667adefec16 (diff) | |
download | ports-861227a81719b086bbe929c03dc8a55373140d63.tar.gz ports-861227a81719b086bbe929c03dc8a55373140d63.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=359955
-rw-r--r-- | audio/firefly/Makefile | 5 | ||||
-rw-r--r-- | audio/firefly/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/audio/firefly/Makefile b/audio/firefly/Makefile index 27d3f632016f..26495fe7f887 100644 --- a/audio/firefly/Makefile +++ b/audio/firefly/Makefile @@ -3,7 +3,7 @@ PORTNAME= firefly PORTVERSION= 1696 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= http://nightlies.fireflymediaserver.org/nightlies/svn-${PORTVERSION}/ \ http://www.magnesium.net/~mdf/distfiles/ @@ -28,6 +28,7 @@ LIBS+= -L${LOCALBASE}/lib CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --prefix=${PREFIX} --with-id3tag=${PREFIX} \ --enable-sqlite3 --enable-oggvorbis --enable-flac +USES= libtool DAAPD_USER?= daapd DAAPD_GROUP?= daapd @@ -52,7 +53,7 @@ JAPANESE_DESC= Japanese support in ID3 tags .if ${PORT_OPTIONS:MJAPANESE} EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_scan-mp3.c -USES= iconv +USES+= iconv CONFIGURE_ARGS+= --enable-iconv .endif diff --git a/audio/firefly/pkg-plist b/audio/firefly/pkg-plist index 0fff795c7f7b..12069d8663c7 100644 --- a/audio/firefly/pkg-plist +++ b/audio/firefly/pkg-plist @@ -2,13 +2,10 @@ bin/mt-daapd-ssc.sh bin/wavstreamer lib/mt-daapd/plugins/out-daap.a -lib/mt-daapd/plugins/out-daap.la lib/mt-daapd/plugins/out-daap.so lib/mt-daapd/plugins/rsp.a -lib/mt-daapd/plugins/rsp.la lib/mt-daapd/plugins/rsp.so lib/mt-daapd/plugins/ssc-script.a -lib/mt-daapd/plugins/ssc-script.la lib/mt-daapd/plugins/ssc-script.so sbin/mt-daapd %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |