diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 20:49:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 20:49:30 +0000 |
commit | 490e00b855b67bd4d74499a767248cd2fc18f9f5 (patch) | |
tree | 0eb56b5202289ce5fd793f7209f3873573266513 /graphics/gd | |
parent | - Turn off keyboard grabbing to avoid mouse pointer lock after returning from (diff) |
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> |