diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:32:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:32:07 +0000 |
commit | e4343d70fd4006cdded06afba566cf5ac81c1042 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /x11-fonts | |
parent | 778e2d35510d4f8fa6bbae934b313771189e4268 (diff) | |
download | ports-e4343d70fd4006cdded06afba566cf5ac81c1042.tar.gz ports-e4343d70fd4006cdded06afba566cf5ac81c1042.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/terminus-font/Makefile | 10 | ||||
-rw-r--r-- | x11-fonts/wqy/Makefile | 9 |
2 files changed, 6 insertions, 13 deletions
diff --git a/x11-fonts/terminus-font/Makefile b/x11-fonts/terminus-font/Makefile index a1d1c885dca5..d4f04479215f 100644 --- a/x11-fonts/terminus-font/Makefile +++ b/x11-fonts/terminus-font/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: terminus-font -# Date Created: 04 Nov 2002 -# Whom: Michael Hsin <mhsin@mhsin.org> -# +# Created by: Michael Hsin <mhsin@mhsin.org> # $FreeBSD$ -# PORTNAME= terminus-font PORTVERSION= 4.38 @@ -18,8 +14,8 @@ BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11-fonts/mkbold-mkitalic \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir -USE_PERL5_BUILD=yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build OPTIONS_DEFINE= AO2 DV1 GE2 GQ2 IJ1 KA2 HI2 LL2 TD1 AO2_DESC= Variant of letter 'a' diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile index 5b64136d1330..b9238a6be985 100644 --- a/x11-fonts/wqy/Makefile +++ b/x11-fonts/wqy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wqy font -# Date created: 11 May 2005 -# Whom: Dryice Liu <dryice@liu.com.cn> -# +# Created by: Dryice Liu <dryice@liu.com.cn> # $FreeBSD$ -# PORTNAME= wqy-fonts PORTVERSION= 20100803 @@ -29,7 +25,8 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ fc-cache:${PORTSDIR}/x11-fonts/fontconfig USE_XORG= x11 -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build FONTSDIR= lib/X11/fonts/wqy CONFDDIR= etc/fonts/conf.d |