diff options
author | wiz <wiz> | 2003-01-24 13:33:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-24 13:33:52 +0000 |
commit | 6cd0c964ad97c567ec8430d4002f578bd6bbd5bf (patch) | |
tree | d158c841ded6ea5066aa992410a13982b50510b7 /graphics | |
parent | 5d83c6199776d6f3a70bd02ea9d59c333c6b4af2 (diff) | |
download | pkgsrc-6cd0c964ad97c567ec8430d4002f578bd6bbd5bf.tar.gz |
Does not seem to use ncurses specific stuff -- builds fine on 1.6L with native curses.
Remove USE_NCURSES.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libggi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |