diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-12-18 18:30:10 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-12-18 18:30:10 +0800 |
commit | 83b9221fefb4d47de49f00210faa097a4278f5a7 (patch) | |
tree | 27aae04a83769267bc485c905ed5a4c622384560 /graphics/gd | |
parent | 5bacff3a7cee8422b38d76a0a822742d2415cc3b (diff) | |
download | freebsd-ports-gnome-83b9221fefb4d47de49f00210faa097a4278f5a7.tar.gz freebsd-ports-gnome-83b9221fefb4d47de49f00210faa097a4278f5a7.tar.zst freebsd-ports-gnome-83b9221fefb4d47de49f00210faa097a4278f5a7.zip |
- extend functions for use with newer perl-GD
Submitted by: Tim Baur
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd/files/Makefile.bsd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index cb7019932571..cc155972b09f 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -7,7 +7,7 @@ PORTNAME= gd PORTVERSION= 2.0.33 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ diff --git a/graphics/gd/files/Makefile.bsd b/graphics/gd/files/Makefile.bsd index b823efcaba53..232a1d4a3f19 100644 --- a/graphics/gd/files/Makefile.bsd +++ b/graphics/gd/files/Makefile.bsd @@ -5,7 +5,7 @@ TESTS= gdtest gddemo gd2time gdtestft testac fontsizetest fontwheeltest SRCS= gd.c gd_gd.c gd_gd2.c gd_io.c gd_io_dp.c gd_io_file.c \ gd_io_ss.c gd_jpeg.c gd_png.c gd_ss.c gd_topal.c \ gd_wbmp.c gdcache.c gdfontg.c gdfontl.c gdfontmb.c \ - gdfonts.c gdfontt.c gdft.c gdhelpers.c gdhelpers.h \ + gdfonts.c gdfontt.c gdft.c gdfx.c gdhelpers.c gdhelpers.h \ gdkanji.c gdtables.c gdxpm.c jisx0208.h \ gd_security.c \ wbmp.c wbmp.h |