svn commit: r345059 - head/net-mgmt/ipv6calc

Edwin Groothuis edwin at FreeBSD.org
Wed Feb 19 10:15:48 UTC 2014


Author: edwin
Date: Wed Feb 19 10:15:47 2014
New Revision: 345059
URL: http://svnweb.freebsd.org/changeset/ports/345059
QAT: https://qat.redports.org/buildarchive/r345059/

Log:
  Add perl5 to USES statement to make the pkg-fallout-builder happy.

Modified:
  head/net-mgmt/ipv6calc/Makefile

Modified: head/net-mgmt/ipv6calc/Makefile
==============================================================================
--- head/net-mgmt/ipv6calc/Makefile	Wed Feb 19 10:10:07 2014	(r345058)
+++ head/net-mgmt/ipv6calc/Makefile	Wed Feb 19 10:15:47 2014	(r345059)
@@ -9,7 +9,7 @@ MASTER_SITES=	ftp://ftp.bieringer.de/pub
 MAINTAINER=	edwin at mavetju.org
 COMMENT=	Convert, change, and calculate with IPv6 addresses
 
-USES=		gettext gmake
+USES=		gettext gmake perl5
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/ipv6calc bin/ipv6logconv bin/ipv6logstats \


More information about the svn-ports-head mailing list