aboutsummaryrefslogtreecommitdiff
path: root/audio/gnormalize
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-07 06:31:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-07 06:31:06 +0000
commit5c04099ede042bfdf57132960bdd7ed0c67494a3 (patch)
tree1aee44d367d29ab7827a2e97a4ac08972d30292e /audio/gnormalize
parentaf8e446837731592da4ab89348c370f8708986bc (diff)
Notes
Diffstat (limited to 'audio/gnormalize')
-rw-r--r--audio/gnormalize/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/gnormalize/Makefile b/audio/gnormalize/Makefile
index 876b55d802c7..c6645088556e 100644
--- a/audio/gnormalize/Makefile
+++ b/audio/gnormalize/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnormalize
PORTVERSION= 0.63
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= SF
@@ -13,9 +13,12 @@ COMMENT= An alternative for replaygain
RUN_DEPENDS+= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
wavegain:${PORTSDIR}/audio/wavegain
+USES= shebangfix
USE_PERL5_RUN= yes
INSTALLS_ICONS= yes
+SHEBANGFILES= ${PORTNAME}
+
NO_BUILD= yes
MAN1= gnormalize.1
@@ -68,10 +71,6 @@ RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac
RUN_DEPENDS+= mppenc:${PORTSDIR}/audio/musepack
.endif
-.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
-BUILD_DEPENDS+= lzma:${PORTSDIR}/archivers/xz
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's,^PREFIX=.*,PREFIX=${PREFIX},; \
s,^MANDIR=.*,MANDIR=${MANPREFIX}/man,; \