aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-devhelp
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2015-08-31 08:57:38 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2015-08-31 08:57:38 +0000
commit47f4599d9e5365b06efdefc463ca3e961c91a122 (patch)
treef5cb3cb488ad75ed913b630971a2895b8b6ee9f4 /devel/geany-plugin-devhelp
parent5c99eefb87f511afa6a17131f604e6a4df73cab0 (diff)
downloadports-47f4599d9e5365b06efdefc463ca3e961c91a122.tar.gz
ports-47f4599d9e5365b06efdefc463ca3e961c91a122.zip
devel/geany:
- Update to 1.25 - Use install-strip target to strip binaries devel/geany-plugin*: - Update to 1.25. geany-plugin-gproject was renamed to geany-plugin-projectorganizer New plugins added: geany-plugin-automark geany-plugin-ctags geany-plugin-git-changebar geany-plugin-markdown geany-plugin-overview - Drop obsolete patches - Use install-strip target to strip binaries - Enable verbose build on package cluster
Notes
Notes: svn path=/head/; revision=395656
Diffstat (limited to 'devel/geany-plugin-devhelp')
-rw-r--r--devel/geany-plugin-devhelp/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/geany-plugin-devhelp/Makefile b/devel/geany-plugin-devhelp/Makefile
index ee19d3939d44..a207317ce68e 100644
--- a/devel/geany-plugin-devhelp/Makefile
+++ b/devel/geany-plugin-devhelp/Makefile
@@ -12,5 +12,12 @@ LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
USE_GNOME= gconf2
+# Workaround for 9.x which doesn't have zlib.pc
+LIBS= -lz
+
+post-patch:
+ ${REINPLACE_CMD} -e 's,zlib,,g' \
+ ${WRKSRC}/configure
+
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>