diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-20 01:36:46 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-20 01:36:46 +0000 |
commit | 78527e36cd8e64f6c4203480edd35f2de137b28a (patch) | |
tree | 9a964bc45b33e209f7ffe6b3a1a521664d28d7eb | |
parent | 592bec002f24e3768ab7cb299c15fd6a9be6d20c (diff) | |
download | ports-78527e36cd8e64f6c4203480edd35f2de137b28a.tar.gz ports-78527e36cd8e64f6c4203480edd35f2de137b28a.zip |
Notes
-rw-r--r-- | databases/p5-DBIx-Abstract/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |