diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-24 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-24 13:36:17 +0000 |
commit | 0fd75d08517d8c0d76d3a1cfcfc8282fe8c45113 (patch) | |
tree | 9c4dd5c4a53e387166028cad038a33be1a4af87b /audio/xmcd/Makefile | |
parent | acd19bd6f4ce7ba9c179bb955a8e053c49350cd9 (diff) | |
download | pkgsrc-0fd75d08517d8c0d76d3a1cfcfc8282fe8c45113.tar.gz |
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 87cdef8220d..7c3fa6f6e8a 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2002/10/08 11:50:04 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2003/01/24 13:36:18 wiz Exp $ DISTNAME= xmcd-3.0.2 CATEGORIES= audio @@ -15,7 +15,7 @@ PATCH_DIST_STRIP= -p1 WRKSRC= ${WRKDIR}/xmcd-3.0 USE_BUILDLINK2= # defined -USE_NCURSES= # defined +USE_NCURSES= # cursor_normal, cursor_invisible (in ncurses in term.h) USE_IMAKE= # defined MAKE_ENV+= BATCH_BINDIR=${PREFIX}/bin MAKE_ENV+= BATCH_LIBDIR=${PREFIX}/lib/X11 |