aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-30 06:41:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-30 06:41:13 +0000
commit15552489144d7d9ba6e742653b7aed048ac1cbfd (patch)
tree50eebf1c2deefc426624a421d6013e6b49c2f4ca /audio
parent33d2a997447d59b627c197a1bc968b2a9f2b68cf (diff)
downloadports-15552489144d7d9ba6e742653b7aed048ac1cbfd.tar.gz
ports-15552489144d7d9ba6e742653b7aed048ac1cbfd.zip
- Pet portlint
Notes
Notes: svn path=/head/; revision=280747
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3-archive-tools/Makefile7
-rw-r--r--audio/mp3lint/Makefile4
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/mp3-archive-tools/Makefile b/audio/mp3-archive-tools/Makefile
index 8e7a7e25b543..136808f955d0 100644
--- a/audio/mp3-archive-tools/Makefile
+++ b/audio/mp3-archive-tools/Makefile
@@ -15,9 +15,10 @@ MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A set of tools to ease organising a collection of audio files
-BUILD_DEPENDS= ${SITE_PERL}/MP3/Archive.pm:${PORTSDIR}/audio/libmp3-archive-perl \
- ${SITE_PERL}/MP3/Tag.pm:${PORTSDIR}/audio/p5-MP3-Tag
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
+ p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
+RUN_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
+ p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
PERL_CONFIGURE= yes
diff --git a/audio/mp3lint/Makefile b/audio/mp3lint/Makefile
index d7151b8f0888..c5374196e577 100644
--- a/audio/mp3lint/Makefile
+++ b/audio/mp3lint/Makefile
@@ -14,8 +14,8 @@ MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A configurable tool to check collections of audio files
-BUILD_DEPENDS= ${SITE_PERL}/MP3/Archive.pm:${PORTSDIR}/audio/libmp3-archive-perl
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl
+RUN_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl
PERL_CONFIGURE= yes