diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 07:32:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 07:32:36 +0000 |
commit | 79cee04bec9d8eb41595105a0b411918c7984ad9 (patch) | |
tree | e70f93e28daf424324f3dafdf2b6fba1d1c46e01 /audio/gnupod/Makefile | |
parent | 6294e6933b8c60e0b46ca4bf09ef0c87e6c49663 (diff) | |
download | ports-79cee04bec9d8eb41595105a0b411918c7984ad9.tar.gz ports-79cee04bec9d8eb41595105a0b411918c7984ad9.zip |
Notes
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index acda7b077c6f..0ae41653de40 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -8,7 +8,6 @@ CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://www.blinkenlights.ch/gnupod-dist/stable/ MASTER_SITE_SUBDIR= gnupod -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Set of Perl scripts for using an Apple iPod @@ -23,7 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} INFO= gnupod -USES= perl5 +USES= makeinfo perl5 tar:tgz GNU_CONFIGURE= yes NO_BUILD= yes |