Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2013 06:42:42 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324215 - head/graphics/icoutils
Message-ID:  <201308040642.r746ggSh041434@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308040642.r746ggSh041434>