From a5b3e0bd7e0109776e24394098e2b2c2311a51f4 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 8 Mar 2012 08:01:54 +0000 Subject: * 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. --- editors/vigor/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'editors/vigor') 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 /s/db\.h/db_185.h/' -.endif .include "../../lang/tcl/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" -- cgit v1.2.3