aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorlippe <lippe@FreeBSD.org>2012-04-10 02:41:26 +0800
committerlippe <lippe@FreeBSD.org>2012-04-10 02:41:26 +0800
commitae18a1677e1a63869ff6588ef47fd1738ef18cc3 (patch)
treec7c4f35f939a0cec8bb514fda9bd43a13fec9ff4 /databases
parent84adccd018cb3881bb575f1557a37a067f2dd396 (diff)
downloadfreebsd-ports-gnome-ae18a1677e1a63869ff6588ef47fd1738ef18cc3.tar.gz
freebsd-ports-gnome-ae18a1677e1a63869ff6588ef47fd1738ef18cc3.tar.zst
freebsd-ports-gnome-ae18a1677e1a63869ff6588ef47fd1738ef18cc3.zip
- Fix typo in BUILD_DEPENDS
Reported by: pav Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-Mock/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-DBD-Mock/Makefile b/databases/p5-DBD-Mock/Makefile
index 475097bae430..b9b0be7b8314 100644
--- a/databases/p5-DBD-Mock/Makefile
+++ b/databases/p5-DBD-Mock/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DBD-Mock
PORTVERSION= 1.43
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +17,7 @@ COMMENT= Simple mock DBD implementation used for testing
BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI \
p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-More>=0.47:${PORTSDIR}/devel/p5-Test-Simple
+ p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes