diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-05-14 20:01:30 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-05-14 20:01:30 +0000 |
commit | 5f5c9b520b762f21a5adfb016f34e443f00511a1 (patch) | |
tree | 11e5115408770922dce4c80c50aa046176ef2fc5 | |
parent | 8a7acbced9ab85ca1cf0669741656cbcf5004a6d (diff) | |
download | ports-5f5c9b520b762f21a5adfb016f34e443f00511a1.tar.gz ports-5f5c9b520b762f21a5adfb016f34e443f00511a1.zip |
Notes
-rw-r--r-- | print/texinfo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index b3cc4508bb3f..ab388b4a515d 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,6 +3,7 @@ PORTNAME= texinfo PORTVERSION= 5.1.20130419 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ @@ -19,6 +20,7 @@ BUILD_DEPENDS+= help2man:${PORTSDIR}/misc/help2man FETCH_ARGS= -Ap GNU_CONFIGURE= yes USE_GMAKE= yes +USE_PERL5= yes USE_XZ= yes INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} |