summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/db4/Makefile5
-rw-r--r--editors/emacs21-nox11/Makefile4
-rw-r--r--wm/wmx-gnome/Makefile4
3 files changed, 7 insertions, 6 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index de5dd58ec31..d5f14ef77dc 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/09/11 15:25:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/11/15 00:50:19 jlam Exp $
DISTNAME= db-4.0.14
PKGNAME= db4-4.0.14
@@ -14,7 +14,8 @@ USE_JAVA= YES
CONFIGURE_ARGS+= --enable-java
.endif
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
+USE_CXX= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKDIR}/${DISTNAME}/build_unix/libtool
GNU_CONFIGURE= yes
diff --git a/editors/emacs21-nox11/Makefile b/editors/emacs21-nox11/Makefile
index ea682ca952a..4f2b90eb97b 100644
--- a/editors/emacs21-nox11/Makefile
+++ b/editors/emacs21-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/07 14:55:29 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2002/11/15 00:56:25 jlam Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
DISTNAME= emacs-21.2
@@ -15,7 +15,7 @@ CONFLICTS+= emacs-[0-9]*
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
CONFIGURE_ARGS+=--without-x
diff --git a/wm/wmx-gnome/Makefile b/wm/wmx-gnome/Makefile
index 48767421228..a749c122bab 100644
--- a/wm/wmx-gnome/Makefile
+++ b/wm/wmx-gnome/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/07/27 20:42:21 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2002/11/15 00:55:42 jlam Exp $
PKGNAME= wmx-gnome-${WMX_VERS}
CATEGORIES+= gnome
COMMENT= another X11 window manager based on wm2, with GNOME compliance
-USE_BUILDLINK_ONLY= # defined
+USE_BUILDLINK2= # defined
.include "../../wm/wmx/Makefile.common"