aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-02 16:55:05 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-02 16:55:05 +0000
commit911aeddd517b4b466cb000c6bd11becacd9d973d (patch)
treeb1748a305f1fbeae4e79b80ce1f77251f519c987 /x11-fonts
parent2ce50e0dff3b5a2e1fcbb6fc61ff32ae2a63d5ca (diff)
downloadports-911aeddd517b4b466cb000c6bd11becacd9d973d.tar.gz
ports-911aeddd517b4b466cb000c6bd11becacd9d973d.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/p5-Font-AFM/Makefile3
-rw-r--r--x11-fonts/p5-Font-TTF/Makefile3
-rw-r--r--x11-fonts/p5-Font-TTFMetrics/Makefile9
3 files changed, 7 insertions, 8 deletions
diff --git a/x11-fonts/p5-Font-AFM/Makefile b/x11-fonts/p5-Font-AFM/Makefile
index e46281187572..003291d15bd8 100644
--- a/x11-fonts/p5-Font-AFM/Makefile
+++ b/x11-fonts/p5-Font-AFM/Makefile
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface to Adobe font metrics files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Font::AFM.3
diff --git a/x11-fonts/p5-Font-TTF/Makefile b/x11-fonts/p5-Font-TTF/Makefile
index ba80f6d9b892..d055854f27de 100644
--- a/x11-fonts/p5-Font-TTF/Makefile
+++ b/x11-fonts/p5-Font-TTF/Makefile
@@ -14,7 +14,8 @@ LICENSE= ART20
BUILD_DEPENDS= p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= \
Font::TTF.3 \
diff --git a/x11-fonts/p5-Font-TTFMetrics/Makefile b/x11-fonts/p5-Font-TTFMetrics/Makefile
index 1a9fe2a6e132..4499f9795c33 100644
--- a/x11-fonts/p5-Font-TTFMetrics/Makefile
+++ b/x11-fonts/p5-Font-TTFMetrics/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Font-TTFMetrics
-# Date created: 18 Mar 2007
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Font-TTFMetrics
PORTVERSION= 0.1
@@ -16,6 +12,7 @@ COMMENT= A parser for the TTF file
MAN3= Font::TTFMetrics.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>