summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorsnj <snj>2004-04-19 04:53:58 +0000
committersnj <snj>2004-04-19 04:53:58 +0000
commitcd4cea3e4330b1c4a169ad8b1cd3058f1d8acb51 (patch)
treea285b4c763a9339088a7c9998af398a50cec6645 /x11
parent4871d1ffaa3f7710ade09baa6ba2cf2c929289a2 (diff)
downloadpkgsrc-cd4cea3e4330b1c4a169ad8b1cd3058f1d8acb51.tar.gz
Convert to buildlink3.
Diffstat (limited to 'x11')
-rw-r--r--x11/xbanner/Makefile6
-rw-r--r--x11/xbindkeys-config/Makefile6
-rw-r--r--x11/xcolorsel/Makefile6
-rw-r--r--x11/xcursorgen/Makefile6
-rw-r--r--x11/xdialog/Makefile6
-rw-r--r--x11/xless/Makefile4
-rw-r--r--x11/xlupe/Makefile6
-rw-r--r--x11/xp/Makefile4
-rw-r--r--x11/xpenguins/Makefile6
-rw-r--r--x11/xphoon/Makefile4
-rw-r--r--x11/xtoolwait/Makefile4
11 files changed, 29 insertions, 29 deletions
diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile
index 15a1efd3205..623f74e78bd 100644
--- a/x11/xbanner/Makefile
+++ b/x11/xbanner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/10/10 13:05:13 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/19 05:16:09 snj Exp $
DISTNAME= XBanner1.31
PKGNAME= xbanner-1.31
@@ -9,7 +9,7 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.hijinks.com/~spade/linux/XBanner/
COMMENT= Make XDM login screen look pretty
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
DOCDIR= ${PREFIX}/share/doc/xbanner
@@ -29,5 +29,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \
${PREFIX}/lib/X11/app-defaults/XBanner
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xbindkeys-config/Makefile b/x11/xbindkeys-config/Makefile
index c5f80f7edca..01a7b2936bd 100644
--- a/x11/xbindkeys-config/Makefile
+++ b/x11/xbindkeys-config/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 22:56:51 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/19 05:21:24 snj Exp $
DISTNAME= xbindkeys_config-0.1.2
PKGNAME= xbindkeys-config-0.1.2
@@ -12,8 +12,8 @@ COMMENT= Tool to configure xbindkeys graphically
DEPENDS+= xbindkeys-[0-9]*:../xbindkeys
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile
index 1725c4ccfa6..72be062c4a8 100644
--- a/x11/xcolorsel/Makefile
+++ b/x11/xcolorsel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/20 12:28:28 agc Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/19 05:23:25 snj Exp $
#
DISTNAME= xcolorsel-1.1a-src
@@ -11,7 +11,7 @@ MAINTAINER= perry@NetBSD.org
COMMENT= Browse and select named X colors from rgb.txt
WRKSRC= ${WRKDIR}/xcolorsel
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_IMAKE= yes
XAW_TYPE?= 3d
@@ -22,5 +22,5 @@ XAW_TYPE?= 3d
XAW_TYPE= 3d
.endif
-.include "../../mk/xaw.buildlink2.mk"
+.include "../../mk/xaw.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile
index c0a70b0feea..2042eaa2b24 100644
--- a/x11/xcursorgen/Makefile
+++ b/x11/xcursorgen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:28:28 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/19 05:26:33 snj Exp $
DISTNAME= xcursorgen-4.3.0
CATEGORIES= x11
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.xfree86.org/
COMMENT= Create an X cursor file from a collection of PNG images
WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//}
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_IMAKE= YES
.include "../../mk/bsd.prefs.mk"
@@ -19,7 +19,7 @@ USE_IMAKE= YES
PKG_SKIP_REASON="This package requires XFree86 4.3.0 or newer."
.endif
-.include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/png/buildlink3.mk"
MAKE_ENV+= LOCAL_LDFLAGS="-Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.png_DEFAULT}/lib"
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile
index 85622db980b..c6093c22fa6 100644
--- a/x11/xdialog/Makefile
+++ b/x11/xdialog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 22:56:54 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/19 05:11:58 snj Exp $
#
DISTNAME= Xdialog-2.1.1
@@ -15,7 +15,7 @@ COMMENT= X11 drop-in replacement for the curses dialog program
BUILD_USES_MSGFMT= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_X11= YES
@@ -35,6 +35,6 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/samples/$${f} ${EGDIR}; \
done
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xless/Makefile b/x11/xless/Makefile
index e303e028502..72b16be4e2c 100644
--- a/x11/xless/Makefile
+++ b/x11/xless/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 22:56:59 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/19 05:14:43 snj Exp $
# FreeBSD Id: Makefile,v 1.2 1996/12/29 00:51:27 obrien Exp
#
@@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= X11 text viewer; useful as an add-on tool for other apps
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile
index 0ba07f7377b..7e0551e0613 100644
--- a/x11/xlupe/Makefile
+++ b/x11/xlupe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 17:38:33 martti Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/19 05:09:07 snj Exp $
#
DISTNAME= xlupe-1.1
@@ -9,8 +9,8 @@ MAINTAINER= coto@core.de
HOMEPAGE= http://core.de/~coto/xlupe/
COMMENT= Magnifier for X
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_IMAKE= yes
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xp/Makefile b/x11/xp/Makefile
index 4cb0c998ec0..8b8d86b0fdd 100644
--- a/x11/xp/Makefile
+++ b/x11/xp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:57:01 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/19 05:10:43 snj Exp $
DISTNAME= xp-1.2b10
PKGREVISION= 1
@@ -9,6 +9,6 @@ MAINTAINER= jdc@NetBSD.org
COMMENT= Fast X11 text file viewer using Athena widgets
USE_IMAKE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xpenguins/Makefile b/x11/xpenguins/Makefile
index 5620c8671e7..4eb27bc6867 100644
--- a/x11/xpenguins/Makefile
+++ b/x11/xpenguins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 22:57:01 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/19 05:08:21 snj Exp $
#
DISTNAME= xpenguins-2.1
@@ -9,9 +9,9 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://xpenguins.seul.org/
COMMENT= Little penguins walking along the tops of your windows
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile
index d8e1781308b..acd52199de0 100644
--- a/x11/xphoon/Makefile
+++ b/x11/xphoon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/02/01 01:43:30 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/19 05:09:55 snj Exp $
#
DISTNAME= xphoon.tar
@@ -14,7 +14,7 @@ MAINTAINER= seb@pbox.org
COMMENT= Set the root window to the moon in its current phase
WRKSRC= ${WRKDIR}/xphoon
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_IMAKE= yes
MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS}
diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile
index 14c0af432ef..95ed4ddda46 100644
--- a/x11/xtoolwait/Makefile
+++ b/x11/xtoolwait/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:57:04 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/19 05:06:44 snj Exp $
#
DISTNAME= xtoolwait-1.3
@@ -10,7 +10,7 @@ MAINTAINER= minoura@NetBSD.org
HOMEPAGE= http://www.hacom.nl/~richard/software/xtoolwait.html
COMMENT= Free implementation of SunOS toolwait(1)
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"