aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-29 22:01:01 +0000
committerSteve Wills <swills@FreeBSD.org>2012-01-29 22:01:01 +0000
commitb8fa5dd4fa8b2f53a70b494127dbaebe3444ca9a (patch)
tree7a655017511dffec0bcdb4130214c2ef0d9a2c8b
parent283af75a647aaecd2f9aeca2d3222b4937b2c0af (diff)
- Correct BUILD_DEPENDS and RUN_DEPENDS
PR: ports/164415 Submitted by: swills (myself) Approved by: Jon Nistor <nistor@snickers.org> (maintainer)
Notes
Notes: svn path=/head/; revision=290062
-rw-r--r--databases/p5-DBIx-Sequence/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Sequence/Makefile b/databases/p5-DBIx-Sequence/Makefile
index 822ea3b8f66c..df56b6688901 100644
--- a/databases/p5-DBIx-Sequence/Makefile
+++ b/databases/p5-DBIx-Sequence/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= nistor@snickers.org
COMMENT= DBIx::Sequence - A simple SQL92 ID generator
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
PERL_CONFIGURE= yes