diff options
author | az <az@FreeBSD.org> | 2013-08-04 14:42:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-04 14:42:42 +0800 |
commit | 848c23e55fbc7b1a0a86c0eefc3226584ce72a49 (patch) | |
tree | ae849bce5abc477333c5c63dd4893a5a1935882e /graphics | |
parent | 898900dc0bc079616126b2430aec5a404fb163c8 (diff) | |
download | freebsd-ports-gnome-848c23e55fbc7b1a0a86c0eefc3226584ce72a49.tar.gz freebsd-ports-gnome-848c23e55fbc7b1a0a86c0eefc3226584ce72a49.tar.zst freebsd-ports-gnome-848c23e55fbc7b1a0a86c0eefc3226584ce72a49.zip |
- Fix Makefile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/icoutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index 5cb13c60aa34..492a4d1edd6e 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png OPTIONS_DEFINE= RESSCRIPTS RESSCRIPTS_DESC= PERL resource scripts -RESSCRIPTS_USES= perl5 USE_BZIP2= yes USES= shebangfix @@ -34,6 +33,7 @@ PLIST_FILES= bin/icotool \ .if ${PORT_OPTIONS:MRESSCRIPTS} RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +USES+= perl5 USE_PERL5= run MAN1+= extresso.1 genresscript.1 PLIST_FILES+= bin/extresso \ |