diff options
author | stefan <stefan@FreeBSD.org> | 2010-06-29 20:43:13 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-06-29 20:43:13 +0800 |
commit | caee074915d07c19e24f14057f398a2f67aba184 (patch) | |
tree | a48c0d80a6c6a936c4b78b4739e26e57f5f00f49 /x11-fonts | |
parent | 240da841cd59fe19e5ad665ee73d81eafd0bcdf3 (diff) | |
download | freebsd-ports-gnome-caee074915d07c19e24f14057f398a2f67aba184.tar.gz freebsd-ports-gnome-caee074915d07c19e24f14057f398a2f67aba184.tar.zst freebsd-ports-gnome-caee074915d07c19e24f14057f398a2f67aba184.zip |
Remove run time dependency on perl.
PR: 145836
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: maintainer timeout (>2 months)
Feature safe: yes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/wqy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile index ceb520bb0b6f..ef5277a2b966 100644 --- a/x11-fonts/wqy/Makefile +++ b/x11-fonts/wqy/Makefile @@ -7,6 +7,7 @@ PORTNAME= wqy-fonts PORTVERSION= 20081102 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= SF/wqy/wqy-bitmapfont/0.9.9:bitmapfont \ @@ -24,7 +25,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ fc-cache:${PORTSDIR}/x11-fonts/fontconfig USE_XORG= x11 -USE_PERL5= yes +USE_PERL5_BUILD= yes FONTSDIR= lib/X11/fonts/wqy CONFDDIR= etc/fonts/conf.d |