diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-01-05 11:19:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-01-05 11:19:16 +0000 |
commit | f620082c13d85208d718bfcd2ae49f2a825e164b (patch) | |
tree | 054caaeacc51d4d8ca331c218725177b7fec495d /graphics/p5-GD/Makefile | |
parent | 27a06e32a6497c9162b740d2c24f98ace53cd780 (diff) | |
download | ports-f620082c13d85208d718bfcd2ae49f2a825e164b.tar.gz ports-f620082c13d85208d718bfcd2ae49f2a825e164b.zip |
Notes
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> |