diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
commit | ca8fd00c3d1e275bcbf43f4904799d17007c6310 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /x11-fonts/wqy | |
parent | 82dcc39c53da98280dd9caa1259dc4067e2b6fc6 (diff) | |
download | freebsd-ports-graphics-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.gz freebsd-ports-graphics-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.zst freebsd-ports-graphics-ca8fd00c3d1e275bcbf43f4904799d17007c6310.zip |
Convert to new perl framework
Convert USE_GMAKE to USES
Diffstat (limited to 'x11-fonts/wqy')
-rw-r--r-- | x11-fonts/wqy/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile index 5b64136d133..b9238a6be98 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 |