summaryrefslogtreecommitdiff
path: root/editors/vigor
diff options
context:
space:
mode:
authorobache <obache>2012-03-08 08:01:54 +0000
committerobache <obache>2012-03-08 08:01:54 +0000
commita5b3e0bd7e0109776e24394098e2b2c2311a51f4 (patch)
treec7d5611abcf421b52ecfde23f14d32412dfe837f /editors/vigor
parent885b6c4e936163649544094e2391d3bb178c317a (diff)
downloadpkgsrc-a5b3e0bd7e0109776e24394098e2b2c2311a51f4.tar.gz
* No need to USE_DB185=yes, it's default behaviour for the case db1 is acceptable.
* No need to conditional db.h => db_185.h, it will be handled by db1.builtin.mk.
Diffstat (limited to 'editors/vigor')
-rw-r--r--editors/vigor/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
index 9a51a0853ff..370d049c984 100644
--- a/editors/vigor/Makefile
+++ b/editors/vigor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/03/07 16:53:35 hans Exp $
+# $NetBSD: Makefile,v 1.30 2012/03/08 08:01:54 obache Exp $
#
DISTNAME= vigor-0.016
@@ -16,7 +16,6 @@ INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
CONFLICTS+= nvi-[0-9]*
-USE_DB185= yes
LDFLAGS+= ${BDB_LIBS}
GNU_CONFIGURE= yes
@@ -33,13 +32,11 @@ BUILD_DIRS= ${CONFIGURE_DIRS}
BUILDLINK_DEPMETHOD.libXt?= build
-.if empty(USE_BUILTIN:M[yY][eE][sS])
SUBST_CLASSES+= db185
SUBST_STAGE.db185= post-extract
SUBST_MESSAGE.db185= Using db_185.h instead of db.h
SUBST_FILES.db185= common/common.h
SUBST_SED.db185= -e '/^\#include <db\.h>/s/db\.h/db_185.h/'
-.endif
.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"