diff options
author | makc <makc@FreeBSD.org> | 2012-03-07 02:14:38 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-03-07 02:14:38 +0800 |
commit | d8381df289a4e1dc30b59a79549bdcff2b68a670 (patch) | |
tree | 94c4d92ae026ccba9dd4945979ff80944a495040 /audio/prokyon3 | |
parent | 637bfb51f3c8f1085e49917b35eb2941f74625d1 (diff) | |
download | freebsd-ports-gnome-d8381df289a4e1dc30b59a79549bdcff2b68a670.tar.gz freebsd-ports-gnome-d8381df289a4e1dc30b59a79549bdcff2b68a670.tar.zst freebsd-ports-gnome-d8381df289a4e1dc30b59a79549bdcff2b68a670.zip |
- Remove audio/libmusicbrainz support: libmusicbrainz is deprecated as
the MusicBrainz RDF webservice is no longer functional
- Fix typo PLIST_FILES/PLIST_SUB while I'm here
PR: ports/165763
Submitted by: Jason E. Hale <bsdkaffee at gmail.com>
Diffstat (limited to 'audio/prokyon3')
-rw-r--r-- | audio/prokyon3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 2b2f5dc9502d..a2374808401b 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -7,7 +7,7 @@ PORTNAME= prokyon3 PORTVERSION= 0.9.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= SF @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/d bash:${PORTSDIR}/shells/bash LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ mad.2:${PORTSDIR}/audio/libmad \ - musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ vorbis.4:${PORTSDIR}/audio/libvorbis \ tag.1:${PORTSDIR}/audio/taglib RUN_DEPENDS= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin @@ -32,7 +31,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-other-includes=${LOCALBASE}/include \ --with-other-libs=${LOCALBASE}/lib \ - --without-mixxx --without-musicextras + --without-mixxx --without-musicextras \ + --without-musicbrainz MAKE_ARGS= LIBS="-lqt-mt ${PTHREAD_LIBS}" .include <bsd.port.pre.mk> @@ -43,7 +43,7 @@ RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools \ normalize:${PORTSDIR}/audio/normalize \ bash:${PORTSDIR}/shells/bash -PLIST_FILES+= BURN="" +PLIST_SUB+= BURN="" .else PLIST_SUB+= BURN="@comment " .endif |