diff options
author | tv <tv@pkgsrc.org> | 2004-10-03 01:46:25 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-03 01:46:25 +0000 |
commit | ec5890ec5947344294325c8e5554883692395f2d (patch) | |
tree | 9e23cd02c0530ae626efe00ed865c492874a3708 /sysutils/hfsutils | |
parent | 475b111156fd2f035e30af23f8993e4b9cdbd2b1 (diff) | |
download | pkgsrc-ec5890ec5947344294325c8e5554883692395f2d.tar.gz |
Bump non-bl3ified dependency.
Diffstat (limited to 'sysutils/hfsutils')
-rw-r--r-- | sysutils/hfsutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/hfsutils/Makefile b/sysutils/hfsutils/Makefile index 730ef1872cf..adc29619f36 100644 --- a/sysutils/hfsutils/Makefile +++ b/sysutils/hfsutils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:36 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/10/03 01:46:25 tv Exp $ # DISTNAME= hfsutils-3.2.6 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.mars.org/pub/hfs/ @@ -9,7 +10,7 @@ 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.6:../../devel/libhfs +DEPENDS= libhfs-3.2.6nb1:../../devel/libhfs GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/libhfs |