summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-23 22:41:56 +0000
committerjlam <jlam@pkgsrc.org>2002-09-23 22:41:56 +0000
commitf1c3d9af03ded66e6157d9165b791b98b9fcbccb (patch)
tree07a51a9f0c5bab8860db6a9be8d719160007dec9 /x11
parent30998f5193d43071cb0c872b2ed6ce4f113f15eb (diff)
downloadpkgsrc-f1c3d9af03ded66e6157d9165b791b98b9fcbccb.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'x11')
-rw-r--r--x11/gdkxft/Makefile22
-rw-r--r--x11/multi-gnome-terminal/Makefile21
2 files changed, 21 insertions, 22 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile
index a592977e3c8..1abf956d1a3 100644
--- a/x11/gdkxft/Makefile
+++ b/x11/gdkxft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/09/10 16:06:52 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2002/09/23 22:41:56 jlam Exp $
#
DISTNAME= gdkxft-1.5
@@ -16,14 +16,13 @@ COMMENT= transparently add anti-aliased font support to gtk+ applications
IGNORE= "${PKGNAME} requires XFree86-4.0 or higher"
.endif
-GNU_CONFIGURE= YES
-USE_PERL5= YES
-USE_LIBTOOL= YES
+USE_BUILDLINK2= YES
USE_X11BASE= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_BUILDLINK_ONLY= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-static
post-install:
@@ -32,9 +31,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/gdkxft
.endfor
-.include "../../converters/libiconv/buildlink.mk"
-.include "../../devel/libglade/buildlink.mk"
-.include "../../x11/controlcenter/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/libglade/buildlink2.mk"
+.include "../../lang/perl5/buildlink2.mk"
+.include "../../x11/controlcenter/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/multi-gnome-terminal/Makefile b/x11/multi-gnome-terminal/Makefile
index 76b3257096e..48d9766bec4 100644
--- a/x11/multi-gnome-terminal/Makefile
+++ b/x11/multi-gnome-terminal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/07/16 13:14:59 agc Exp $
+# $NetBSD: Makefile,v 1.8 2002/09/23 22:42:44 jlam Exp $
DISTNAME= multi-gnome-terminal-1.3.4
PKGREVISION= 1
@@ -9,17 +9,16 @@ MAINTAINER= damon@netbsd.org
HOMEPAGE= http://multignometerm.sourceforge.net/
COMMENT= Gnome tabbed terminal emulator
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_X11BASE= yes
-
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= # defined
+USE_X11BASE= # defined
+USE_GMAKE= # defined
+GNU_CONFIGURE= # defined
+USE_LIBTOOL= # defined
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-.include "../../devel/libglade/buildlink.mk"
-.include "../../graphics/gdk-pixbuf/buildlink.mk"
-.include "../../textproc/scrollkeeper/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../devel/libglade/buildlink2.mk"
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
+.include "../../textproc/scrollkeeper/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"