summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-19 04:56:34 +0000
committerjlam <jlam@pkgsrc.org>2001-06-19 04:56:34 +0000
commit4e4de14e1c4e3a699ee977c5855281551f9973fc (patch)
tree076cfbcbfa9881df004f5c66b59ca2e5204701a0
parent354c679deb22ddaf75c5f21d10126a408a06524f (diff)
downloadpkgsrc-4e4de14e1c4e3a699ee977c5855281551f9973fc.tar.gz
Mark as USE_BUILDLINK_ONLY.
-rw-r--r--devel/ncurses/Makefile3
-rw-r--r--x11/gnome-libs/Makefile5
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile
index cd00f988b88..d769d2a5077 100644
--- a/devel/ncurses/Makefile
+++ b/devel/ncurses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2001/02/16 14:38:43 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2001/06/19 05:06:27 jlam Exp $
DISTNAME= ncurses-${NC_VERS}
NC_VERS= 5.2
@@ -12,6 +12,7 @@ HOMEPAGE= http://dickey.his.com/ncurses/ncurses.html
COMMENT= CRT screen handling and optimization package
USE_LIBTOOL= # defined
+USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-libtool
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index d09eb1a4773..49af800f5b3 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2001/06/18 20:49:01 jlam Exp $
+# $NetBSD: Makefile,v 1.64 2001/06/19 04:56:34 jlam Exp $
DISTNAME= gnome-libs-1.2.13
CATEGORIES= x11 gnome
@@ -8,7 +8,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Libaries for the GNU Network Object Model Environment
-BUILD_USES_MSGFMT= yes
+BUILD_USES_MSGFMT= YES
USE_X11BASE= YES
USE_GMAKE= YES
@@ -24,6 +24,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \
PKGLOCALEDIR=${PKGLOCALEDIR}
USE_CONFIG_WRAPPER= YES
+USE_BUILDLINK_ONLY= YES
.include "../../audio/esound/buildlink.mk"
.include "../../devel/gettext-lib/buildlink.mk"