From 78527e36cd8e64f6c4203480edd35f2de137b28a Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sat, 20 Aug 2011 01:36:46 +0000 Subject: - Add BUILD_DEPENDS to silence build warnings PR: ports/159860 Submitted by: swills (me) Approved by: Jon Nistor (maintainer) --- databases/p5-DBIx-Abstract/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/p5-DBIx-Abstract') diff --git a/databases/p5-DBIx-Abstract/Makefile b/databases/p5-DBIx-Abstract/Makefile index 4ad3bd82e844..f621cf262b23 100644 --- a/databases/p5-DBIx-Abstract/Makefile +++ b/databases/p5-DBIx-Abstract/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= nistor@snickers.org COMMENT= DBIx::Abstract - DBI SQL abstraction -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -- cgit v1.2.3