diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/mbox/Makefile | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412344
Diffstat (limited to 'audio/mbox/Makefile')
-rw-r--r-- | audio/mbox/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/mbox/Makefile b/audio/mbox/Makefile index a3ca57f52c98..b7049a35380a 100644 --- a/audio/mbox/Makefile +++ b/audio/mbox/Makefile @@ -12,11 +12,11 @@ COMMENT= Program intended to help with organizing your music files LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ogg>0:${PORTSDIR}/audio/py-ogg \ - ${PYTHON_PKGNAMEPREFIX}vorbis>0:${PORTSDIR}/audio/py-vorbis \ - lame:${PORTSDIR}/audio/lame \ - oggenc:${PORTSDIR}/audio/vorbis-tools \ - mplayer:${PORTSDIR}/multimedia/mplayer +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ogg>0:audio/py-ogg \ + ${PYTHON_PKGNAMEPREFIX}vorbis>0:audio/py-vorbis \ + lame:audio/lame \ + oggenc:audio/vorbis-tools \ + mplayer:multimedia/mplayer WRKSRC= ${WRKDIR}/mBox-${PORTVERSION} USES= python:2 tar:bzip2 |