summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/pspp/Makefile5
-rw-r--r--textproc/yodl/Makefile6
-rw-r--r--www/bluefish/Makefile13
-rw-r--r--x11/gdm/Makefile16
4 files changed, 17 insertions, 23 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index 8b79e4af92f..2ec3a22fca2 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2002/10/02 21:23:17 dillo Exp $
+# $NetBSD: Makefile,v 1.21 2002/10/21 15:44:13 wiz Exp $
#
DISTNAME= pspp-0.3.0
@@ -18,10 +18,11 @@ COMMENT= Program for statistical analysis of sampled data
BUILD_USES_MSGFMT= yes
+USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-USE_LIBINTL= yes
CPPFLAGS+= -Dunix=1
MAKE_ENV+= pkgsysconfdir="${PREFIX}/etc/pspp"
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile
index 99a8e4f30f6..c615efc50df 100644
--- a/textproc/yodl/Makefile
+++ b/textproc/yodl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:48 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/10/21 15:35:42 wiz Exp $
DISTNAME= yodl-1.31.18
CATEGORIES= textproc
@@ -11,12 +11,12 @@ COMMENT= high-level document preparation system
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
USE_GMAKE= YES
MAKEFILE= GNUmakefile
-USE_LIBINTL= YES
-
do-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} LDFLAGS="${LDFLAGS}"
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 8fe822b3271..b8a848015d2 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2002/05/11 18:45:10 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2002/10/21 15:41:52 wiz Exp $
DISTNAME= bluefish-0.7
PKGREVISION= 1
@@ -15,20 +15,13 @@ MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://bluefish.openoffice.nl/
COMMENT= GTK HTML editor for the experienced web designer
-DEPENDS+= gtk+>=1.2.7:../../x11/gtk
-DEPENDS+= imlib>=1.9.11nb1:../../graphics/imlib
DEPENDS+= weblint-[0-9]*:../../www/weblint
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.2.1:../../graphics/png
-DEPENDS+= tiff-[0-9]*:../../graphics/tiff
-DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs
-DEPENDS+= gdk-pixbuf>=0.11.0nb1:../../graphics/gdk-pixbuf
BUILD_USES_MSGFMT= YES
+USE_BUILDLINK2= # defined
USE_X11BASE= # defined
USE_GMAKE= # defined
-USE_LIBINTL= # defined
CONFIGURE_ARGS+= --with-autocomplet
@@ -44,4 +37,6 @@ post-install:
${FIND} ${HTMLDIR} -type d -exec ${CHMOD} 555 {} \;
${FIND} ${HTMLDIR} -type f -exec ${CHMOD} 444 {} \;
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
+.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index c4beb8ab939..92aad8abf81 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2002/10/19 10:55:00 rh Exp $
+# $NetBSD: Makefile,v 1.30 2002/10/21 15:43:28 wiz Exp $
DISTNAME= gdm-2.2.0
PKGREVISION= 2
@@ -11,17 +11,12 @@ MAINTAINER= mjl@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Gnome Display Manager - a re-implementation of the xdm program
-DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs
-DEPENDS+= libglade>=0.17nb1:../../devel/libglade
-
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-GNU_CONFIGURE= yes
-USE_X11BASE= yes
-USE_LIBINTL= YES
+USE_BUILLDINK2= YES
+GNU_CONFIGURE= YES
+USE_X11BASE= YES
-CPPFLAGS= -I${LOCALBASE}/include
-LIBS= -lintl
LOCALSTATEDIR= /var/gnome
EVAL_PREFIX+= KDEBASEDIR=kdebase
@@ -116,4 +111,7 @@ post-install:
${LN} -fs Gnome ${GDMCFGDIR}/Sessions/Default
${INSTALL_SCRIPT} ${WRKDIR}/gdm ${PREFIX}/etc/rc.d/
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/libglade/buildlink2.mk"
+.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"