aboutsummaryrefslogtreecommitdiff
path: root/print/p5-Font-FreeType
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
commit992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch)
tree87b239f8431cee200969f89da8739806496b7dad /print/p5-Font-FreeType
parentdc0ce8f5839343b4c972ae818337189b1b55d447 (diff)
downloadports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz
ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes: svn path=/head/; revision=316355
Diffstat (limited to 'print/p5-Font-FreeType')
-rw-r--r--print/p5-Font-FreeType/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/print/p5-Font-FreeType/Makefile b/print/p5-Font-FreeType/Makefile
index 39d1b376606e..fb192cd7ce25 100644
--- a/print/p5-Font-FreeType/Makefile
+++ b/print/p5-Font-FreeType/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Font::FreeType
-# Date created: 12 Aug 2011
-# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
-#
+# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Font-FreeType
PORTVERSION= 0.03
@@ -17,7 +13,7 @@ COMMENT= Perl extension to read font files and render glyphs using FreeType2
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
PERL_CONFIGURE= yes
-USE_PKGCONFIG= build
+USES= pkgconfig
MAN3= Font::FreeType.3 \
Font::FreeType::Face.3 \