diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 04:49:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 04:49:30 +0800 |
commit | 8352952435125f028a0e47b20cafe980bac271fd (patch) | |
tree | f5dd9377b73cbaf51fe1293e0b4c2d3452712b78 /graphics/gd | |
parent | 1db6e0a6624d2f2953758e00df06ee050f9c6183 (diff) | |
download | freebsd-ports-gnome-8352952435125f028a0e47b20cafe980bac271fd.tar.gz freebsd-ports-gnome-8352952435125f028a0e47b20cafe980bac271fd.tar.zst freebsd-ports-gnome-8352952435125f028a0e47b20cafe980bac271fd.zip |
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 4ac9eaecf87f..475447f80eb8 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -30,6 +30,7 @@ CPPFLAGS+= -DHAVE_ERRNO_H -DHAVE_FT2BUILD_H -DHAVE_LIBFREETYPE -DHAVE_LIBJPEG -D LDFLAGS2= -L${PREFIX}/lib -L${LOCALBASE}/lib FEATURES= GD_JPEG GD_FREETYPE GD_PNG GD_GIF GD_GIFANIM GD_OPENPOLYGON USE_LDCONFIG= yes +WANT_PERL= yes .include <bsd.port.pre.mk> |