diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-05-14 20:11:14 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-05-14 20:11:14 +0000 |
commit | 7e0713cf7fed5465a870d44ab0469de349c07682 (patch) | |
tree | 98de8529d5cc55c4f1cbaef8229ca3beaaa0c000 | |
parent | Fix the build on 64-bits systems. (diff) |
- Add explicit perl dependency (build + run)
- Bump PORTREVISION
- Remove BROKEN
Notes
Notes:
svn path=/head/; revision=318198
-rw-r--r-- | devel/gnulib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gnulib/Makefile b/devel/gnulib/Makefile index afd61c2250a5..376d47b97a9a 100644 --- a/devel/gnulib/Makefile +++ b/devel/gnulib/Makefile @@ -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} |