diff options
author | wiz <wiz> | 2003-02-12 18:28:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-02-12 18:28:51 +0000 |
commit | d29949ec06b05225c0f4193975f9e4ed69a01ac0 (patch) | |
tree | 7af09238dd36e10107c478cfd729c71299834824 | |
parent | 0606ba1b14d935b86d7c27eef81fae65a0ac2ea6 (diff) | |
download | pkgsrc-d29949ec06b05225c0f4193975f9e4ed69a01ac0.tar.gz |
Fix wildcard to match current version.
-rw-r--r-- | misc/p5-ControlX10-CM11/Makefile | 4 | ||||
-rw-r--r-- | misc/p5-ControlX10-CM17/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/p5-ControlX10-CM11/Makefile b/misc/p5-ControlX10-CM11/Makefile index 031ba95511f..14559b956b6 100644 --- a/misc/p5-ControlX10-CM11/Makefile +++ b/misc/p5-ControlX10-CM11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/10/20 17:46:05 seb Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/12 18:28:51 wiz Exp $ # DISTNAME= ControlX10-CM11-2.09 @@ -11,7 +11,7 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://members.aol.com/Bbirthisel/alpha.html COMMENT= perl5 module for controlling the X10 CM11A controller -DEPENDS+= p5-Device-SerialPort>=0.070:../../comms/p5-Device-SerialPort +DEPENDS+= p5-Device-SerialPort>=0.07:../../comms/p5-Device-SerialPort USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ControlX10/CM11/.packlist diff --git a/misc/p5-ControlX10-CM17/Makefile b/misc/p5-ControlX10-CM17/Makefile index f867c964968..fcce680b7f2 100644 --- a/misc/p5-ControlX10-CM17/Makefile +++ b/misc/p5-ControlX10-CM17/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/10/20 17:46:05 seb Exp $ +# $NetBSD: Makefile,v 1.5 2003/02/12 18:28:52 wiz Exp $ DISTNAME= ControlX10-CM17-0.07 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://members.aol.com/Bbirthisel/x10.d/index.html COMMENT= perl5 module for controlling the X10 CM17A controller -DEPENDS+= p5-Device-SerialPort>=0.070:../../comms/p5-Device-SerialPort +DEPENDS+= p5-Device-SerialPort>=0.07:../../comms/p5-Device-SerialPort USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ControlX10/CM17/.packlist |