diff options
author | joerg <joerg@pkgsrc.org> | 2010-03-17 15:44:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-03-17 15:44:00 +0000 |
commit | 15983f3ca34cd21860e16841c2fba9b92fdc86b1 (patch) | |
tree | 4deee31f112aa96761f5ebdf5fca55a30b9af85f | |
parent | cca70fc828ae2b9416e42856f98939aa2990fe98 (diff) | |
download | pkgsrc-15983f3ca34cd21860e16841c2fba9b92fdc86b1.tar.gz |
USE_NCURSES=# -> USE_NCURSES=chgat
-rw-r--r-- | editors/heme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/heme/Makefile b/editors/heme/Makefile index dcb942a3fd4..112711389d0 100644 --- a/editors/heme/Makefile +++ b/editors/heme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/03/03 18:25:52 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2010/03/17 15:44:00 joerg Exp $ # DISTNAME= heme-0.4 @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir BUILD_TARGET= heme -USE_NCURSES= # mvwchgat +USE_NCURSES= chgat USE_TOOLS+= gmake INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |