summaryrefslogtreecommitdiff
path: root/net/libsoup/Makefile
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 10:44:58 +0000
committerroy <roy>2017-01-04 10:44:58 +0000
commit091526a8ea136a10034588583de782e57b36b52f (patch)
tree63be2373021b526d3fa0e1861fde70e43184c05c /net/libsoup/Makefile
parent781b2f5b30f81cb745c62371a05c7d32679be38b (diff)
downloadpkgsrc-091526a8ea136a10034588583de782e57b36b52f.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/libsoup/Makefile')
-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"