summaryrefslogtreecommitdiff
path: root/databases/edb
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 16:50:31 +0000
committerroy <roy>2017-01-04 16:50:31 +0000
commit50a3e2b7ba75e7a83d6f82b26fac357936859307 (patch)
treefa66de9bd23d4db58f76f1a9a61fd43d1bb989c0 /databases/edb
parent8259773ff72629e6d8e00c0ec86d6062c59442fd (diff)
downloadpkgsrc-50a3e2b7ba75e7a83d6f82b26fac357936859307.tar.gz
Use the curses framework.
Diffstat (limited to 'databases/edb')
-rw-r--r--databases/edb/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/edb/Makefile b/databases/edb/Makefile
index 1ffe68e0d69..6129c771542 100644
--- a/databases/edb/Makefile
+++ b/databases/edb/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2015/08/18 07:31:04 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2017/01/04 17:07:13 roy Exp $
DISTNAME= edb-1.0.5
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
-PKGREVISION= 4
+PKGREVISION= 5
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.enlightenment.org/Libraries/Edb/
@@ -12,11 +12,13 @@ COMMENT= Database abstraction layer to Berkeley databases
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_LANGUAGES= c c++
-USE_NCURSES= YES # putwin
PKGCONFIG_OVERRIDE= edb.pc.in
CONFIGURE_ARGS+= --enable-cxx --disable-gtk
-.include "../../devel/ncurses/buildlink3.mk"
+INCOMPAT_CURSES+= NetBSD-[0-4].*-*
+FAKE_NCURSES= yes
+
+.include "../../mk/curses.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"