diff options
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> |