summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-05 10:42:47 +0000
committerwiz <wiz>2005-04-05 10:42:47 +0000
commitcff2d814ea21f43ba1e029a4d220e88d85d9e85a (patch)
treef98a05203ac82423f733be8609b039499e32265c
parent3880e1c37da920d3f680dd890532774f0aa10e19 (diff)
downloadpkgsrc-cff2d814ea21f43ba1e029a4d220e88d85d9e85a.tar.gz
Convert to bl3, untested.
-rw-r--r--sysutils/atitvout/Makefile4
-rw-r--r--sysutils/hfsutils/Makefile5
2 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/atitvout/Makefile b/sysutils/atitvout/Makefile
index 81a5509a8a3..b6e9602299f 100644
--- a/sysutils/atitvout/Makefile
+++ b/sysutils/atitvout/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/12/18 13:18:13 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2005/04/05 10:42:47 wiz Exp $
DISTNAME= atitvout-0.4
PKGREVISION= 1
@@ -17,7 +17,7 @@ USE_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS+= lrmi>=0.8nb1:../../emulators/lrmi
+.include "../../emulators/lrmi/buildlink3.mk"
MAKEFILE= Makefile.bsd
diff --git a/sysutils/hfsutils/Makefile b/sysutils/hfsutils/Makefile
index 9ce661c3612..9315e851662 100644
--- a/sysutils/hfsutils/Makefile
+++ b/sysutils/hfsutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/12/03 15:15:10 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2005/04/05 10:43:22 wiz Exp $
#
DISTNAME= hfsutils-3.2.6
@@ -10,12 +10,11 @@ MAINTAINER= wrstuden@NetBSD.org
HOMEPAGE= http://www.mars.org/home/rob/proj/hfs/
COMMENT= Command Line Interface HFS (not HFS+) disk access tools
-DEPENDS= libhfs-3.2.6nb1:../../devel/libhfs
-
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include/libhfs
BUILD_TARGET= all_cli
INSTALL_TARGET= install_cli
+.include "../../devel/libhfs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"