Date: Tue, 14 May 2013 20:11:14 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318198 - head/devel/gnulib Message-ID: <201305142011.r4EKBEht077115@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Tue May 14 20:11:14 2013 New Revision: 318198 URL: http://svnweb.freebsd.org/changeset/ports/318198 Log: - Add explicit perl dependency (build + run) - Bump PORTREVISION - Remove BROKEN Modified: head/devel/gnulib/Makefile Modified: head/devel/gnulib/Makefile ============================================================================== --- head/devel/gnulib/Makefile Tue May 14 20:10:28 2013 (r318197) +++ head/devel/gnulib/Makefile Tue May 14 20:11:14 2013 (r318198) @@ -3,6 +3,7 @@ PORTNAME= gnulib PORTVERSION= 20120404 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://erislabs.net/ianb/projects/gnulib/ DISTNAME= ${PORTNAME}-${PORTVERSION}-stable @@ -13,9 +14,7 @@ COMMENT= GNU portability library BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo USE_GMAKE= yes -USE_PERL5_RUN= yes - -BROKEN= fail to build +USE_PERL5= yes PLIST_FILES= bin/check-module bin/gnulib-tool INFO= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305142011.r4EKBEht077115>