diff options
author | wiz <wiz> | 2003-01-24 13:33:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-24 13:33:52 +0000 |
commit | 75c40f027b5eba932e7474681b9412414892bf7f (patch) | |
tree | d158c841ded6ea5066aa992410a13982b50510b7 /devel/coconut | |
parent | 2f9c40c1a446e8022a763ea20616f88fec0e1a9c (diff) | |
download | pkgsrc-75c40f027b5eba932e7474681b9412414892bf7f.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 |