summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/ce-x11/Makefile6
-rw-r--r--editors/ce/Makefile6
-rw-r--r--emulators/xcopilot/Makefile6
-rw-r--r--games/sarien/Makefile6
-rw-r--r--geography/gpspoint/Makefile4
-rw-r--r--geography/gpsutils/Makefile4
-rw-r--r--ham/tnt/Makefile4
7 files changed, 18 insertions, 18 deletions
diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile
index b62b068fc96..777f0ce50ef 100644
--- a/editors/ce-x11/Makefile
+++ b/editors/ce-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/28 09:13:56 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/11 08:41:04 snj Exp $
#
.include "../ce/Makefile.common"
@@ -7,11 +7,11 @@ PKGNAME= ce-x11-${VERSION}
PKGREVISION= 1
COMMENT+= , X11 version
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
ALL_TARGET= xce
INSTALL_TARGET= install-x11 man-install-x11
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/ce/Makefile b/editors/ce/Makefile
index 40e34304b2d..fe0c100d524 100644
--- a/editors/ce/Makefile
+++ b/editors/ce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/28 09:13:56 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/11 08:40:41 snj Exp $
#
.include "Makefile.common"
@@ -6,10 +6,10 @@ PKGREVISION= 1
COMMENT+= , tty version
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
ALL_TARGET= ce
INSTALL_TARGET= install man-install
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile
index 9a8943a5702..16dfe08e728 100644
--- a/emulators/xcopilot/Makefile
+++ b/emulators/xcopilot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 21:36:29 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/11 08:36:43 snj Exp $
#
DISTNAME= xcopilot-0.6.6
@@ -11,12 +11,12 @@ COMMENT= PalmPilot emulator for X
NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_X11= YES
post-extract:
${RM} -f ${WRKSRC}/mc68k/custom.c
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/sarien/Makefile b/games/sarien/Makefile
index 76418136fff..d6fed7dce83 100644
--- a/games/sarien/Makefile
+++ b/games/sarien/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/24 13:30:56 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/11 08:45:45 snj Exp $
#
DISTNAME= sarien-0.7.0
@@ -11,7 +11,7 @@ HOMEPAGE= http://sarien.sourceforge.net/
COMMENT= Adventure Game Interpreter (AGI) for Sierra On-Line Titles
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_GNU_TOOLS+= make
@@ -28,5 +28,5 @@ do-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/etc/sarien.cfg ${EGDIR}/sarien.conf
-.include "../../devel/SDL/buildlink2.mk"
+.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/geography/gpspoint/Makefile b/geography/gpspoint/Makefile
index b1de6b8c805..f66d314439f 100644
--- a/geography/gpspoint/Makefile
+++ b/geography/gpspoint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/02/14 17:21:40 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/11 08:40:15 snj Exp $
DISTNAME= gpspoint-2.030521
CATEGORIES= geography
@@ -10,7 +10,7 @@ COMMENT= Program to download and upload waypoints to and from your GPS device
DEPENDS+= dialog>=0.6:../../misc/dialog
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/geography/gpsutils/Makefile b/geography/gpsutils/Makefile
index 7a178fd5ee7..69e54f110d0 100644
--- a/geography/gpsutils/Makefile
+++ b/geography/gpsutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/20 12:16:00 agc Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/11 08:42:50 snj Exp $
#
DISTNAME= gpsutils-0.4.0
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.wombat.ie/gps/
COMMENT= Capture and convert data from a Garmin GPS receiver
WRKSRC= ${WRKDIR}/gpsutils-0.4.0/src
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
do-install:
.for PROGRAM in capture switchmode gbindiff
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile
index a3082eb09c2..137b0e4611a 100644
--- a/ham/tnt/Makefile
+++ b/ham/tnt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/24 13:40:43 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/11 08:44:52 snj Exp $
#
DISTNAME= tnt-1.9.1
@@ -13,7 +13,7 @@ COMMENT= Amateur packet radio terminal program for TNC2, AEA PK232 and PK88
DEPENDS+= dialog>=0.6z:../../misc/dialog
USE_GNU_TOOLS+= make
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes