svn commit: r324215 - head/graphics/icoutils
Andrej Zverev
az at FreeBSD.org
Sun Aug 4 06:42:42 UTC 2013
Author: az
Date: Sun Aug 4 06:42:42 2013
New Revision: 324215
URL: http://svnweb.freebsd.org/changeset/ports/324215
Log:
- Fix Makefile
Modified:
head/graphics/icoutils/Makefile
Modified: head/graphics/icoutils/Makefile
==============================================================================
--- head/graphics/icoutils/Makefile Sun Aug 4 02:56:42 2013 (r324214)
+++ head/graphics/icoutils/Makefile Sun Aug 4 06:42:42 2013 (r324215)
@@ -15,7 +15,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/
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 \
More information about the svn-ports-head
mailing list