diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-28 11:54:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-28 11:54:12 +0000 |
commit | c5e2d382e3c503dc4b76ebbdae763cd11536b95a (patch) | |
tree | cf8c260b04ef4de68d7b384e6dba5a811ed039af /sysutils | |
parent | c515db9d08e451c0b9801360edc9f01175bd77cd (diff) | |
download | pkgsrc-c5e2d382e3c503dc4b76ebbdae763cd11536b95a.tar.gz |
Wildcard depends.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xhfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xhfs/Makefile b/sysutils/xhfs/Makefile index 22d8aa31aa2..8baf3a66c1e 100644 --- a/sysutils/xhfs/Makefile +++ b/sysutils/xhfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/08 20:27:16 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/10/28 11:54:28 wiz Exp $ # DISTNAME= hfsutils-3.2.6 @@ -10,7 +10,7 @@ MAINTAINER= wrstuden@NetBSD.org HOMEPAGE= http://www.mars.org/home/rob/proj/hfs/ COMMENT= Tk GUI + Tcl Shell for accessing HFS volumes -DEPENDS= libhfs-3.2.6:../../devel/libhfs +DEPENDS= libhfs>=3.2.6:../../devel/libhfs DEPENDS+= tk>=8.3.2:../../x11/tk83 USE_X11= yes |