diff options
author | wiz <wiz> | 2003-01-24 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-24 13:36:17 +0000 |
commit | 35b0281705bccb81c8b1f6a32921e1164856a34a (patch) | |
tree | 9c4dd5c4a53e387166028cad038a33be1a4af87b /audio/xmcd | |
parent | 6cd0c964ad97c567ec8430d4002f578bd6bbd5bf (diff) | |
download | pkgsrc-35b0281705bccb81c8b1f6a32921e1164856a34a.tar.gz |
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Diffstat (limited to 'audio/xmcd')
-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 |