diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 05:29:55 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 05:29:55 +0000 |
commit | c153fc8db4cd271cf440847b07722defd6363824 (patch) | |
tree | 7d6f09364ae164355f84938027aaeaf3db656249 /textproc/gladtex | |
parent | c38737831812e30552fdfdb25a09354064a3a461 (diff) | |
download | ports-c153fc8db4cd271cf440847b07722defd6363824.tar.gz ports-c153fc8db4cd271cf440847b07722defd6363824.zip |
Notes
Diffstat (limited to 'textproc/gladtex')
-rw-r--r-- | textproc/gladtex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gladtex/Makefile b/textproc/gladtex/Makefile index de0d4a1d4197..d1423a025412 100644 --- a/textproc/gladtex/Makefile +++ b/textproc/gladtex/Makefile @@ -27,7 +27,7 @@ MAKE_ENV+= BINPATH=${BINPATH} INCPATH="${INCPATH}" LIBPATH="${LIBPATH}" MAN1= ${PORTNAME}.1 .endif -USE_PERL5= yes +USES= perl5 do-install: @cd ${WRKSRC}; \ |