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 /devel/coconut | |
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.
Diffstat (limited to 'devel/coconut')
-rw-r--r-- | devel/coconut/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |