summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-11 16:19:03 +0000
committerxtraeme <xtraeme>2004-03-11 16:19:03 +0000
commite7591023684066f1210309e6fa9135735da0476c (patch)
tree94227a15635c63a0301a01a0ddd1d80bb8835fe1 /x11
parent0ff32695a796c45d960d901c4229a4609975cee0 (diff)
downloadpkgsrc-e7591023684066f1210309e6fa9135735da0476c.tar.gz
bl3ify
Diffstat (limited to 'x11')
-rw-r--r--x11/XaoS/Makefile6
-rw-r--r--x11/Xaw-Xpm/Makefile6
-rw-r--r--x11/Xaw3d/Makefile4
-rw-r--r--x11/xwatchwin/Makefile4
-rw-r--r--x11/xwit/Makefile4
-rw-r--r--x11/xwrits/Makefile4
6 files changed, 14 insertions, 14 deletions
diff --git a/x11/XaoS/Makefile b/x11/XaoS/Makefile
index 32e1bae4e63..04d314c5c32 100644
--- a/x11/XaoS/Makefile
+++ b/x11/XaoS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/09 11:34:08 seb Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/11 16:19:03 xtraeme Exp $
#
DISTNAME= XaoS-3.0
@@ -9,11 +9,11 @@ MAINTAINER= atatat@NetBSD.org
HOMEPAGE= http://xaos.theory.org/
COMMENT= Zoomable fractal rendering doodad
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-curses-driver=no
INFO_FILES= xaos.info
-.include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/Xaw-Xpm/Makefile b/x11/Xaw-Xpm/Makefile
index bc5f5cf13a2..35783fc3936 100644
--- a/x11/Xaw-Xpm/Makefile
+++ b/x11/Xaw-Xpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/03/08 19:40:43 jmmv Exp $
+# $NetBSD: Makefile,v 1.19 2004/03/11 16:19:03 xtraeme Exp $
#
DISTNAME= Xaw-XPM-1.1
@@ -16,7 +16,7 @@ CONFLICTS= Xaw3d-[0-9]*
DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs
WRKSRC= ${WRKDIR}/XawXpm
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_IMAKE= YES
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
@@ -29,5 +29,5 @@ post-install:
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
cd ${PREFIX} && ${LS} lib/libXaw3d* >> ${PLIST_SRC}
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile
index 9fdc70dfd54..a9baae31965 100644
--- a/x11/Xaw3d/Makefile
+++ b/x11/Xaw3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/01/20 12:28:26 agc Exp $
+# $NetBSD: Makefile,v 1.37 2004/03/11 16:19:03 xtraeme Exp $
#
DISTNAME= Xaw3d-1.5
@@ -11,7 +11,7 @@ COMMENT= 3-D widgets based on the Athena Widget set
CONFLICTS= Xaw-Xpm-[0-9]*
WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_IMAKE= YES
PLIST_SRC= ${WRKDIR}/PLIST-src
diff --git a/x11/xwatchwin/Makefile b/x11/xwatchwin/Makefile
index 613c274a92f..b8902896e6c 100644
--- a/x11/xwatchwin/Makefile
+++ b/x11/xwatchwin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/21 17:38:35 martti Exp $
+# $NetBSD: Makefile,v 1.10 2004/03/11 16:19:03 xtraeme Exp $
DISTNAME= xwatchwin
PKGNAME= xwatchwin-1.1.1
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://sunsite.uio.no/pub/X11/contrib/utilities/
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Watch a window on another X server
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile
index a569351d330..d21945465f6 100644
--- a/x11/xwit/Makefile
+++ b/x11/xwit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:57:06 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/03/11 16:19:03 xtraeme Exp $
#
DISTNAME= xwit-3.4
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
MAINTAINER= seb@NetBSD.org
COMMENT= Utility for calling X11 functions from the shell
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile
index 816d751765a..d1a62a85cea 100644
--- a/x11/xwrits/Makefile
+++ b/x11/xwrits/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 22:57:06 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/03/11 16:19:03 xtraeme Exp $
DISTNAME= xwrits-2.21
CATEGORIES= x11
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.lcdf.org/~eddietwo/xwrits/
COMMENT= Wrist break reminder for prevention of repetitive stress injuries
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
.include "../../mk/bsd.pkg.mk"