diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:08:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:08:06 +0000 |
commit | c9cf6c61132115ca4b6476190fe9576d06ee06db (patch) | |
tree | a29fe29c38d5df1895cfbe84019093fae61a6b42 /x11-fonts/fntsample | |
parent | b100cd9f05b8e71f0cd2e142eafe47d54108a79c (diff) | |
download | ports-c9cf6c61132115ca4b6476190fe9576d06ee06db.tar.gz ports-c9cf6c61132115ca4b6476190fe9576d06ee06db.zip |
Notes
Diffstat (limited to 'x11-fonts/fntsample')
-rw-r--r-- | x11-fonts/fntsample/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile index 68b987924db0..79a41dae4a5b 100644 --- a/x11-fonts/fntsample/Makefile +++ b/x11-fonts/fntsample/Makefile @@ -19,7 +19,8 @@ COMMENT?= Show Unicode coverage of a font LICENSE= GPLv3 -USE_PERL5_RUN= yes +USE_PERL5= run +USES= perl5 .if defined(PDFOUTLINE) RUN_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \ @@ -34,7 +35,7 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk RUN_DEPENDS= pdfoutline:${PORTSDIR}/textproc/pdfoutline USE_GNOME= pango -USES= gettext +USES+= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --with-unicode-blocks=${WRKSRC}/Blocks.txt |