aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2014-04-15 08:14:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2014-04-15 08:14:22 +0000
commit842bc3cb42cf64914cdaf9a8042e188e02ef6e7f (patch)
tree93b52f83f66e050afe65cb5ae5a154861a9dbc9f /graphics
parent34c95229b72dc3c4994f0302511decab0c88c043 (diff)
downloadports-842bc3cb42cf64914cdaf9a8042e188e02ef6e7f.tar.gz
ports-842bc3cb42cf64914cdaf9a8042e188e02ef6e7f.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index c47e0df0ecfa..8edcc963aa9f 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libgd
PORTVERSION= 2.1.0
-PORTREVISION?= 1
+PORTREVISION?= 2
PORTEPOCH= 1
CATEGORIES+= graphics
MASTER_SITES= http://cdn.bitbucket.org/libgd/gd-libgd/downloads/
@@ -18,7 +18,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
CONFLICTS= bazaar-1.*
-USES= tar:xz pkgconfig
+USES= tar:xz pkgconfig shebangfix
+SHEBANG_FILES= ${WRKSRC}/src/bdftogd
GNU_CONFIGURE= yes
GNU_CONFIGURE_ENV= PKG_CONFIG_LIBDIR=${LOCALBASE}/libdata/pkgconfig
GNU_CONFIGURE_ARGS=
@@ -105,5 +106,6 @@ pre-build:
post-install:
${INSTALL_DATA} ${WRKSRC}/src/gdhelpers.h \
${STAGEDIR}${PREFIX}/include/
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.5
.include <bsd.port.mk>