diff options
Diffstat (limited to 'misc/dvtm/Makefile')
-rw-r--r-- | misc/dvtm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/dvtm/Makefile b/misc/dvtm/Makefile index 69e599f037e..176871820fc 100644 --- a/misc/dvtm/Makefile +++ b/misc/dvtm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2012/10/08 09:57:20 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/02/16 09:28:59 shattered Exp $ # -DISTNAME= dvtm-0.7 +DISTNAME= dvtm-0.8 CATEGORIES= misc MASTER_SITES= http://www.brain-dump.org/projects/dvtm/ @@ -12,6 +12,7 @@ LICENSE= mit NO_CONFIGURE= yes USE_LANGUAGES= c99 +CURSES_DEFAULT= ncurses SUBST_CLASSES+= config SUBST_STAGE.config= pre-build @@ -19,7 +20,7 @@ SUBST_MESSAGE.config= Fixing config.mk SUBST_FILES.config= config.mk SUBST_SED.config= -e 's,/usr/local,${PREFIX},' SUBST_SED.config+= -e 's,share/man,${PKGMANDIR},' -SUBST_SED.config+= -e '/LIBS/s/-lncursesw/-lcurses/' +SUBST_SED.config+= -e '/LIBS/s/-lncursesw/-lncurses/' SUBST_SED.config+= -e 's,^CFLAGS =,CFLAGS +=,' SUBST_SED.config+= -e 's,^LDFLAGS =,LDFLAGS +=,' SUBST_SED.config+= -e 's/cc/${CC:Q}/' |