diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-24 13:33:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-24 13:33:52 +0000 |
commit | acd19bd6f4ce7ba9c179bb955a8e053c49350cd9 (patch) | |
tree | d158c841ded6ea5066aa992410a13982b50510b7 | |
parent | 124ba9381797dc4116e5c33d5f95a077e9080655 (diff) | |
download | pkgsrc-acd19bd6f4ce7ba9c179bb955a8e053c49350cd9.tar.gz |
Does not seem to use ncurses specific stuff -- builds fine on 1.6L with native curses.
Remove USE_NCURSES.
-rw-r--r-- | devel/coconut/Makefile | 3 | ||||
-rw-r--r-- | graphics/libggi/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/coconut/Makefile b/devel/coconut/Makefile index 12a50e04126..60356a29814 100644 --- a/devel/coconut/Makefile +++ b/devel/coconut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/01/14 05:37:21 rh Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/24 13:33:52 wiz Exp $ # DISTNAME= coconut-0.3.0 @@ -13,7 +13,6 @@ COMMENT= Objective-C library for Unix-like systems USE_BUILDLINK2= YES USE_LIBTOOL= YES -USE_NCURSES= YES USE_X11= YES GNU_CONFIGURE= YES CPPFLAGS+= -I${PREFIX}/include/libxml2/libxml diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index 12a15de70c1..1bb6599f946 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/01/02 23:54:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2003/01/24 13:34:41 wiz Exp $ # DISTNAME= libggi-2.0b2.1 @@ -12,7 +12,6 @@ COMMENT= General Graphics Interface library is a flexible drawing library USE_BUILDLINK2= # defined USE_X11= # defined -USE_NCURSES= not sure if this is really needed?? USE_LIBTOOL= # defined LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |