aboutsummaryrefslogtreecommitdiff
path: root/graphics/gthumb
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-03 19:58:37 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-03 19:58:37 +0000
commit28e7e01df0bd11e6445803ff4a8ebd8e3ca712ec (patch)
treee04a4a95d5849381e2b282b3e90796f6b4ae0139 /graphics/gthumb
parent931c22e7cb046db5b0a7ecf4c617acac21b1c1d7 (diff)
downloadports-28e7e01df0bd11e6445803ff4a8ebd8e3ca712ec.tar.gz
ports-28e7e01df0bd11e6445803ff4a8ebd8e3ca712ec.zip
Assume "pkg-config zlib" works after 9.x reached EOL
Notes
Notes: svn path=/head/; revision=430516
Diffstat (limited to 'graphics/gthumb')
-rw-r--r--graphics/gthumb/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index 9daed793d800..cf44c9bbde09 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -94,8 +94,6 @@ YELP_DESC= Viewer for built-in help system
YELP_RUN_DEPENDS= yelp:x11/yelp
post-patch:
- @${REINPLACE_CMD} -e \
- 's|-Wl,--as-needed|| ; \
- /^[[:blank:]]zlib/d' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-Wl,--as-needed||' ${WRKSRC}/configure
.include <bsd.port.mk>