summaryrefslogtreecommitdiff
path: root/www/webkit-gtk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-12-11 07:56:26 +0000
committerwiz <wiz@pkgsrc.org>2013-12-11 07:56:26 +0000
commit72426ff485680fed733147010440ae5e25b81231 (patch)
tree46cde8f863aea0906356c40fee6d981136199bd2 /www/webkit-gtk
parent6f5958ac0f03fbcef2efe4878c312a6a087c381e (diff)
downloadpkgsrc-72426ff485680fed733147010440ae5e25b81231.tar.gz
Remove zlib workaround now that zlib package generates pc file for builtin.
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r--www/webkit-gtk/Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/webkit-gtk/Makefile.common b/www/webkit-gtk/Makefile.common
index 50b47be7429..40317b848c3 100644
--- a/www/webkit-gtk/Makefile.common
+++ b/www/webkit-gtk/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2013/06/10 08:38:52 obache Exp $
+# $NetBSD: Makefile.common,v 1.28 2013/12/11 07:56:26 wiz Exp $
# used by www/webkit-gtk/Makefile
# used by www/webkit-gtk3/Makefile
@@ -25,7 +25,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-target=x11 \
--with-font-backend=freetype
CONFIGURE_ARGS+= --disable-geolocation
-CONFIGURE_ENV+= ZLIB_CFLAGS=-I${BUILDLINK_PREFIX.zlib}/include ZLIB_LIBS=-lz
.include "options.mk"