summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-21 12:55:34 +0000
committerwiz <wiz>2002-10-21 12:55:34 +0000
commit97f2e142a9b51788875f39f2571bafdebe77f50c (patch)
treeb74c4eb955e50a01fc419946cf5ad0c3c349b6ad /sysutils
parentd9abd2ca697e752aa4543cd193723f085fef8e7c (diff)
downloadpkgsrc-97f2e142a9b51788875f39f2571bafdebe77f50c.tar.gz
Convert to buildlink2.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/memtest86/Makefile5
-rw-r--r--sysutils/xbatt/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile
index bdecfc68d53..6a9a30e2bf5 100644
--- a/sysutils/memtest86/Makefile
+++ b/sysutils/memtest86/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/06/08 07:47:09 cjep Exp $
+# $NetBSD: Makefile,v 1.5 2002/10/21 12:59:57 wiz Exp $
#
DISTNAME= memtest86-2.9
@@ -11,6 +11,7 @@ COMMENT= thorough, stand alone memory test for x86 arch
ONLY_FOR_PLATFORM= NetBSD-*-i386
+USE_BUILDLINK2= yes
USE_GMAKE= yes
post-patch:
@@ -22,5 +23,5 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/memtest
${CP} ${WRKSRC}/README ${PREFIX}/share/doc/memtest
-.include "../../devel/binutils/buildlink.mk"
+.include "../../devel/binutils/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile
index 30a44693bba..7e5e49e76a6 100644
--- a/sysutils/xbatt/Makefile
+++ b/sysutils/xbatt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/11/29 01:12:48 hubertf Exp $
+# $NetBSD: Makefile,v 1.10 2002/10/21 12:58:33 wiz Exp $
#
DISTNAME= xbatt-1.3pr1
@@ -16,8 +16,8 @@ COMMENT= Displays battery status of your notebook via APM
IGNORE+= "APM is not available for ${MACHINE_PLATFORM}"
.endif
+USE_BUILDLINK2= YES
USE_IMAKE= YES
-USE_XPM= YES
ALL_TARGET= xbatt
post-install:
@@ -26,4 +26,5 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xbatt
${INSTALL_MAN} ${WRKSRC}/README.jp ${PREFIX}/share/doc/xbatt
+.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"