From 47f4599d9e5365b06efdefc463ca3e961c91a122 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Mon, 31 Aug 2015 08:57:38 +0000 Subject: 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 --- devel/geany-plugin-devhelp/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'devel/geany-plugin-devhelp') 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 -- cgit v1.2.3