From ca8fd00c3d1e275bcbf43f4904799d17007c6310 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 16 Sep 2013 16:32:07 +0000 Subject: Convert to new perl framework Convert USE_GMAKE to USES --- x11-fonts/wqy/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'x11-fonts/wqy') 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 -# +# Created by: Dryice Liu # $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 -- cgit