diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 10:42:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 10:42:47 +0000 |
commit | 362c535eb7ea2d0a71146c680e67006129d75339 (patch) | |
tree | f98a05203ac82423f733be8609b039499e32265c /sysutils/hfsutils | |
parent | caca9a39cf6b2658efbd3a8f7a8e141692526e95 (diff) | |
download | pkgsrc-362c535eb7ea2d0a71146c680e67006129d75339.tar.gz |
Convert to bl3, untested.
Diffstat (limited to 'sysutils/hfsutils')
-rw-r--r-- | sysutils/hfsutils/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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" |