diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2014-04-10 19:05:34 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2014-04-10 19:05:34 +0000 |
commit | b761aa89f9a77a94a23f577c66f8f717a4e44dfe (patch) | |
tree | db568e2b3681d5dc20856b9b304e7d53797120a0 /audio | |
parent | Resurrect audio/xmms-faad, an MP4/AAC input plugin for XMMS. (diff) |
Take maintainer.
Notes
Notes:
svn path=/head/; revision=350829
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-faad/Makefile | 5 | ||||
-rw-r--r-- | audio/xmms-faad/Makefile.inc | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile index 078871f4999e..55caca8d002d 100644 --- a/audio/xmms-faad/Makefile +++ b/audio/xmms-faad/Makefile @@ -3,12 +3,9 @@ PKGNAMEPREFIX= xmms- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= naddy@FreeBSD.org COMMENT= XMMS plugin for faad -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - MASTERDIR= ${.CURDIR} .include "${MASTERDIR}/Makefile.inc" diff --git a/audio/xmms-faad/Makefile.inc b/audio/xmms-faad/Makefile.inc index 1d35635c708f..25fab5a851ca 100644 --- a/audio/xmms-faad/Makefile.inc +++ b/audio/xmms-faad/Makefile.inc @@ -11,8 +11,7 @@ RUN_DEPENDS= faad2>=2.7:${PORTSDIR}/audio/faad WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/plugins/xmms/src -USES+= pkgconfig -USE_BZIP2= yes +USES+= pkgconfig tar:bzip2 WANT_GNOME= yes DESCR= ${PORTSDIR}/audio/faad/pkg-descr |