diff options
author | wiz <wiz@pkgsrc.org> | 2004-02-07 10:39:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-02-07 10:39:39 +0000 |
commit | ef21b6206510d5792713f6504d520fbd8890c494 (patch) | |
tree | 9e13a6d950bac25021e6ab153f12b9c61e065709 /misc | |
parent | f13207861a4f7e1aec76ed35e3689fb8def094ba (diff) | |
download | pkgsrc-ef21b6206510d5792713f6504d520fbd8890c494.tar.gz |
Fix heyu dependency.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xtend/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xtend/Makefile b/misc/xtend/Makefile index d0eddbe8a48..a1189c38f95 100644 --- a/misc/xtend/Makefile +++ b/misc/xtend/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:09:30 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/07 10:39:39 wiz Exp $ # DISTNAME= xtend-1.2beta4 @@ -10,7 +10,7 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://www.jabberwocky.com/software/xtend/ COMMENT= Monitors X10 commands using heyu to automate UNIX functions -DEPENDS+= x10_heyu>=1.29:../../misc/heyu +DEPENDS+= heyu>=1.35:../../misc/heyu GNU_CONFIGURE= yes |