diff options
author | az <az@FreeBSD.org> | 2013-08-04 14:47:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-04 14:47:50 +0800 |
commit | 00d206054a647bec5cc3aba81d40912bb78f6908 (patch) | |
tree | c68130cac8556404a114af9f314e855fce60ea10 | |
parent | 848c23e55fbc7b1a0a86c0eefc3226584ce72a49 (diff) | |
download | freebsd-ports-gnome-00d206054a647bec5cc3aba81d40912bb78f6908.tar.gz freebsd-ports-gnome-00d206054a647bec5cc3aba81d40912bb78f6908.tar.zst freebsd-ports-gnome-00d206054a647bec5cc3aba81d40912bb78f6908.zip |
- Fix Makefile (removed USE_ZIP in r324181)
-rw-r--r-- | audio/mp3riot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mp3riot/Makefile b/audio/mp3riot/Makefile index caebaf9f9754..30065d2a4f3d 100644 --- a/audio/mp3riot/Makefile +++ b/audio/mp3riot/Makefile @@ -12,6 +12,7 @@ COMMENT= Mp3riot creates mp3 playlists, HTML files, etc RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info USES= perl5 +USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes |