diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-20 01:35:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-20 01:35:49 +0000 |
commit | 592bec002f24e3768ab7cb299c15fd6a9be6d20c (patch) | |
tree | 2fc1e4930f906adaccf848930af68a167eb033ea /databases | |
parent | d9b69787ffae4d0fc35b64bd066927eaec33f8d2 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Cache-BDB/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-Cache-BDB/Makefile b/databases/p5-Cache-BDB/Makefile index a46b5af844b6..d915463d1627 100644 --- a/databases/p5-Cache-BDB/Makefile +++ b/databases/p5-Cache-BDB/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= An object caching wrapper around BerkeleyDB -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |