pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Convert to bl3, untested.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82cd6f3142c4
branches:  trunk
changeset: 492122:82cd6f3142c4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 05 10:42:47 2005 +0000

description:
Convert to bl3, untested.

diffstat:

 sysutils/atitvout/Makefile |  4 ++--
 sysutils/hfsutils/Makefile |  5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 204512747ce7 -r 82cd6f3142c4 sysutils/atitvout/Makefile
--- a/sysutils/atitvout/Makefile        Tue Apr 05 10:42:07 2005 +0000
+++ b/sysutils/atitvout/Makefile        Tue Apr 05 10:42:47 2005 +0000
@@ -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 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"
-DEPENDS+=      lrmi>=0.8nb1:../../emulators/lrmi
+.include "../../emulators/lrmi/buildlink3.mk"
 
 MAKEFILE=      Makefile.bsd
 
diff -r 204512747ce7 -r 82cd6f3142c4 sysutils/hfsutils/Makefile
--- a/sysutils/hfsutils/Makefile        Tue Apr 05 10:42:07 2005 +0000
+++ b/sysutils/hfsutils/Makefile        Tue Apr 05 10:42:47 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index