summaryrefslogtreecommitdiff
path: root/net/libsoup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libsoup/Makefile')
-rw-r--r--net/libsoup/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile
index ea38824816e..22dafd0b883 100644
--- a/net/libsoup/Makefile
+++ b/net/libsoup/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2015/10/10 01:57:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2016/01/04 12:43:06 nros Exp $
DISTNAME= libsoup-2.50.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.50/}
EXTRACT_SUFX= .tar.xz
@@ -21,11 +21,10 @@ CONFIGURE_ENV+= DATADIRNAME=share
DEPENDS+= glib-networking-[0-9]*:../../net/glib-networking
PKGCONFIG_OVERRIDE+= libsoup-2.4.pc.in
+PKGCONFIG_OVERRIDE+= libsoup-gnome-2.4.pc.in
TEST_TARGET= check
-.include "options.mk"
-
# gcc>=4.2 specific -Werror=XXX flags will be added unconditionally.
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-4.[01].*) || !empty(CC_VERSION:Mgcc-[1-3].*)