summaryrefslogtreecommitdiff
path: root/graphics/p5-GD
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-12 10:03:14 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-12 10:03:14 +0000
commit4412498470091b755f0c02fff783e2e57def105c (patch)
tree5388505c7f02498c733ad8166b8d46f78eafc556 /graphics/p5-GD
parentremove py-dot, which is dup with graphics/py-pydot (diff)
- Add PNG support.
PR: ports/79791 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=133133
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r--graphics/p5-GD/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index 447b6c531442..bb045927b99a 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -7,6 +7,7 @@
PORTNAME= GD
PORTVERSION= 2.23
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
@@ -19,7 +20,7 @@ COMMENT= A perl5 interface to Gd Graphics Library version2
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
PERL_CONFIGURE= yes
-CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF" \
+CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF,PNG" \
-lib_gd_path ${LOCALBASE} -lib_ft_path ${X11BASE} \
-lib_png_path ${LOCALBASE} -lib_zlib_path ${LOCALBASE}