summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-01-04 10:44:58 +0000
committerroy <roy@pkgsrc.org>2017-01-04 10:44:58 +0000
commite2461e5cd2f8de6d55597f6cbc2762ff0701c377 (patch)
tree3153a2b2ab0c79fde8a2b072ca3d1a1a86f750af /net
parentbc48712a52309c60e1e5a7aa2a7578f067daa918 (diff)
downloadpkgsrc-e2461e5cd2f8de6d55597f6cbc2762ff0701c377.tar.gz
Remove build dependency on ncurses because libsoup doesn't use curses
even indirectly and py-curses no longer depends on ncurses.
Diffstat (limited to 'net')
-rw-r--r--net/libsoup/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile
index 9dbeea60fe2..e5925685bd0 100644
--- a/net/libsoup/Makefile
+++ b/net/libsoup/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2016/12/12 14:26:15 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/04 10:44:58 roy Exp $
DISTNAME= libsoup-2.54.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -46,12 +46,6 @@ REPLACE_PYTHON= libsoup/tld-parser.py
PYTHON_FOR_BUILD_ONLY= yes
.include "../../lang/python/application.mk"
-# The following is to avoid -Werror=missing-include-dirs when there
-# is no native ncurses installed... g-ir-scanner sees that py_curses.h
-# seems to need ncurses, as pyconfig.h says we should have it
-BUILDLINK_DEPMETHOD.ncurses?= build
-.include "../../devel/ncurses/buildlink3.mk"
-
.include "../../databases/sqlite3/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38.0
.include "../../devel/glib2/buildlink3.mk"