diff options
author | obache <obache@pkgsrc.org> | 2012-03-08 08:01:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-03-08 08:01:54 +0000 |
commit | 8d0c606621945df77e47e7244ba46dfff00957b5 (patch) | |
tree | c7d5611abcf421b52ecfde23f14d32412dfe837f /editors/vigor/Makefile | |
parent | fb8dcfd80c537197c24af7d2cb85d31aeeb0fde1 (diff) | |
download | pkgsrc-8d0c606621945df77e47e7244ba46dfff00957b5.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/Makefile')
-rw-r--r-- | editors/vigor/Makefile | 5 |
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" |