aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-05 01:51:43 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-05 01:51:43 +0800
commiteff18322b1666b27e3562ca397341ec84da60981 (patch)
tree49f37b236c14f118ab7141ceff8a994176aaf201 /graphics
parent19aa38171f725e121deed98970579f40f219f9c9 (diff)
downloadfreebsd-ports-gnome-eff18322b1666b27e3562ca397341ec84da60981.tar.gz
freebsd-ports-gnome-eff18322b1666b27e3562ca397341ec84da60981.tar.zst
freebsd-ports-gnome-eff18322b1666b27e3562ca397341ec84da60981.zip
- Allow build as regular user
Reported by: naddy
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-GD/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index cb7f4e847265..39f4b48cbe0e 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -23,4 +23,7 @@ CONFIGURE_ENV= options="FT,GIF,JPEG,PNG,XPM" \
USES= perl5
USE_PERL5= configure
+post-patch:
+ @${CHMOD} u+w ${WRKSRC}/bdf_scripts/bdf2gdfont.pl
+
.include <bsd.port.mk>