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/cmp3 | |
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/cmp3')
-rw-r--r-- | audio/cmp3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index c32e0512e82..de5de1de3a0 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/25 17:17:29 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/01/24 13:36:17 wiz Exp $ # DISTNAME= cmp3-2.0pre5 @@ -16,8 +16,7 @@ WRKSRC= ${WRKDIR}/cmp3 USE_BUILDLINK2= YES USE_GMAKE= YES -# missing: newpad, prefresh, pnoutrefresh, wredrawln, redrawwin -USE_NCURSES= YES +USE_NCURSES= # MAX_FORM_COMMAND do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cmp3 ${PREFIX}/bin |