aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-08 23:45:37 +0800
committerpav <pav@FreeBSD.org>2009-01-08 23:45:37 +0800
commitdcf234e65ca84741db0a2943adee7bc38a926c26 (patch)
treecd1c120b42b8055819cf8c81b380fdb7ad2ad8b4
parentc26a89b6ab9d8bc8c921ceacfa82817b7bff9290 (diff)
downloadfreebsd-ports-gnome-dcf234e65ca84741db0a2943adee7bc38a926c26.tar.gz
freebsd-ports-gnome-dcf234e65ca84741db0a2943adee7bc38a926c26.tar.zst
freebsd-ports-gnome-dcf234e65ca84741db0a2943adee7bc38a926c26.zip
- Correct freetype dependency (USE_FREETYPE2 is nothing)
-rw-r--r--graphics/p5-Imager/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile
index 8ac177e0bd93..0f1de1931c03 100644
--- a/graphics/p5-Imager/Makefile
+++ b/graphics/p5-Imager/Makefile
@@ -8,6 +8,7 @@
PORTNAME= Imager
PORTVERSION= 0.67
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,14 +16,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= A Perl module for manipulating gray, color and rgba format images
-LIB_DEPENDS= \
+LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
jpeg:${PORTSDIR}/graphics/jpeg \
png:${PORTSDIR}/graphics/png \
t1:${PORTSDIR}/devel/t1lib \
tiff:${PORTSDIR}/graphics/tiff \
ungif:${PORTSDIR}/graphics/libungif
-USE_FREETYPE2= yes
PERL_CONFIGURE= 5.8.0+
CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" \
IM_CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \