pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/edb
Module Name: pkgsrc
Committed By: roy
Date: Wed Jan 4 17:07:13 UTC 2017
Modified Files:
pkgsrc/databases/edb: Makefile
Log Message:
Use the curses framework.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/edb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/edb/Makefile
diff -u pkgsrc/databases/edb/Makefile:1.28 pkgsrc/databases/edb/Makefile:1.29
--- pkgsrc/databases/edb/Makefile:1.28 Tue Aug 18 07:31:04 2015
+++ pkgsrc/databases/edb/Makefile Wed Jan 4 17:07:13 2017
@@ -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@localhost
HOMEPAGE= http://www.enlightenment.org/Libraries/Edb/
@@ -12,11 +12,13 @@ COMMENT= Database abstraction layer to
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"
Home |
Main Index |
Thread Index |
Old Index