summaryrefslogtreecommitdiff
path: root/misc/dvtm
diff options
context:
space:
mode:
authordholland <dholland>2013-11-24 07:38:41 +0000
committerdholland <dholland>2013-11-24 07:38:41 +0000
commit514edcfba96691529bd9a23e5ed0f790c8bf7936 (patch)
tree572547a9dec284644212250cc7cb56211550ab2a /misc/dvtm
parent6385bcf34d809e3b3d437be2ff702cdfb963765d (diff)
downloadpkgsrc-514edcfba96691529bd9a23e5ed0f790c8bf7936.tar.gz
It is incorrect for this package to be setting CURSES_DEFAULT=ncurses,
as CURSES_DEFAULT is a user variable. Furthermore, it builds fine against NetBSD's native curses. PKGREVISION -> 1
Diffstat (limited to 'misc/dvtm')
-rw-r--r--misc/dvtm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/dvtm/Makefile b/misc/dvtm/Makefile
index 1b2ceb70e3e..b74bff3e4ce 100644
--- a/misc/dvtm/Makefile
+++ b/misc/dvtm/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2013/05/21 12:34:02 adam Exp $
+# $NetBSD: Makefile,v 1.10 2013/11/24 07:38:41 dholland Exp $
DISTNAME= dvtm-0.9
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.brain-dump.org/projects/dvtm/
@@ -11,7 +12,6 @@ LICENSE= mit
USE_LANGUAGES= c99
NO_CONFIGURE= yes
-CURSES_DEFAULT= ncurses
SUBST_CLASSES+= config
SUBST_STAGE.config= pre-build
@@ -19,7 +19,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/-lncurses/'
+SUBST_SED.config+= -e '/LIBS/s/-lncursesw/-lcurses/'
SUBST_SED.config+= -e 's,^CFLAGS =,CFLAGS +=,'
SUBST_SED.config+= -e 's,^LDFLAGS =,LDFLAGS +=,'
SUBST_SED.config+= -e 's/cc/${CC:Q}/'