diff options
author | imp <imp@FreeBSD.org> | 2010-03-09 06:34:34 +0800 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-03-09 06:34:34 +0800 |
commit | 06462ac460aef6317e02835d4a02d98169f3d91f (patch) | |
tree | 6c4b388bacd177079139b8419c1cc044ca1ad6c0 /devel | |
parent | 7004bfea00ccce6395498e4a7db38f9b35de1ca3 (diff) | |
download | freebsd-ports-gnome-06462ac460aef6317e02835d4a02d98169f3d91f.tar.gz freebsd-ports-gnome-06462ac460aef6317e02835d4a02d98169f3d91f.tar.zst freebsd-ports-gnome-06462ac460aef6317e02835d4a02d98169f3d91f.zip |
I botched specification of p5-Test-Exception, so tinerbox failed
because p5-Test-Exception was already built and installed....
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Acme-Damn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Acme-Damn/Makefile b/devel/p5-Acme-Damn/Makefile index 172fe17226ea..cfb5f61542c9 100644 --- a/devel/p5-Acme-Damn/Makefile +++ b/devel/p5-Acme-Damn/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= imp@FreeBSD.org COMMENT= Unblessing perl objects -RUN_DEPENDS= p5-Test-Exception:${PORTSDIR}/devel/p5-Test-Exception +RUN_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |