diff options
author | flz <flz@FreeBSD.org> | 2005-04-12 18:03:14 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-12 18:03:14 +0800 |
commit | 6f5a691d656c4a7d1a4bac2169ee544675807f42 (patch) | |
tree | 139634bdd42790a1bf82928898fbc470ae318e25 /graphics/p5-GD | |
parent | 6610d3344bd8d1a18a089cf85b369ed8df000e05 (diff) | |
download | freebsd-ports-gnome-6f5a691d656c4a7d1a4bac2169ee544675807f42.tar.gz freebsd-ports-gnome-6f5a691d656c4a7d1a4bac2169ee544675807f42.tar.zst freebsd-ports-gnome-6f5a691d656c4a7d1a4bac2169ee544675807f42.zip |
- Add PNG support.
PR: ports/79791
Submitted by: Gary Palmer <freebsd-gnats@in-addr.com>
Approved by: maintainer
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r-- | graphics/p5-GD/Makefile | 3 |
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} |