diff options
author | roy <roy@pkgsrc.org> | 2017-01-04 16:50:31 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-04 16:50:31 +0000 |
commit | 2200ece93b0e96639a66fcd2467750451e155e9d (patch) | |
tree | 74ed6bb6d55b97e9f611f66e85972304ba3f4d9f /databases/edb/Makefile | |
parent | 2848deeca911724a107b52260ba94c71e7ca76ab (diff) | |
download | pkgsrc-2200ece93b0e96639a66fcd2467750451e155e9d.tar.gz |
Use the curses framework.
Diffstat (limited to 'databases/edb/Makefile')
-rw-r--r-- | databases/edb/Makefile | 10 |
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" |