aboutsummaryrefslogtreecommitdiff
path: root/audio/abcmidi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-07 15:48:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-07 15:48:59 +0000
commite06f3ca1c92ec2e41d673716b75f54a03e4a816f (patch)
tree6bf2b5ff4d73c55474cc15aa0461c9e1f639135d /audio/abcmidi
parentaf8d1ef59ecb3fb312e77b125f1f6af12fa058cd (diff)
downloadports-e06f3ca1c92ec2e41d673716b75f54a03e4a816f.tar.gz
ports-e06f3ca1c92ec2e41d673716b75f54a03e4a816f.zip
Convert to rest of a* to USES=zip
Notes
Notes: svn path=/head/; revision=347401
Diffstat (limited to 'audio/abcmidi')
-rw-r--r--audio/abcmidi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/abcmidi/Makefile b/audio/abcmidi/Makefile
index d7c412d2a044..b2a3a44e74aa 100644
--- a/audio/abcmidi/Makefile
+++ b/audio/abcmidi/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 2011.04.29
CATEGORIES= audio
MASTER_SITES= http://ifdo.ca/~seymour/runabc/
DISTNAME= abcMIDI-${PORTVERSION:S/./-/g}
-EXTRACT_SUFX= .zip
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Convert abc music files to MIDI and PostScript
@@ -15,7 +14,7 @@ LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= gmake
+USES= gmake zip
MAKEFILE= makefiles/unix.mak
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DANSILIBS -c" LNK="${CC}"