diff options
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r-- | graphics/p5-GD/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 39f4b48cbe0e..8e0c440409c3 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -2,6 +2,7 @@ PORTNAME= GD PORTVERSION= 2.56 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd -CONFIGURE_ENV= options="FT,GIF,JPEG,PNG,XPM" \ - lib_ft_path=${LOCALBASE} \ - lib_gd_path=${LOCALBASE} \ - lib_jpeg_path=${LOCALBASE} \ - lib_png_path=${LOCALBASE} \ - lib_zlib_path=/usr USES= perl5 -USE_PERL5= configure - -post-patch: - @${CHMOD} u+w ${WRKSRC}/bdf_scripts/bdf2gdfont.pl +USE_PERL5= modbuild .include <bsd.port.mk> |