diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-12-18 10:30:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-12-18 10:30:10 +0000 |
commit | 5e83403421342a560b1f1dd91e81ceb6c31b0605 (patch) | |
tree | 1fcd899efd84778bb3c049dd6c0f5331549ee485 /graphics/gd | |
parent | 4e088b4593a0b5f4beecd14aaad3c6f2efa79874 (diff) | |
download | ports-5e83403421342a560b1f1dd91e81ceb6c31b0605.tar.gz ports-5e83403421342a560b1f1dd91e81ceb6c31b0605.zip |
Notes
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 |