diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-19 08:55:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-19 08:55:20 +0000 |
commit | a5b14a1762c4e42df4530f7a6b032f24f77c2e24 (patch) | |
tree | a3eb1f43251765b489f5f88978e866edf49746c2 /databases/p5-DBD-RAM | |
parent | Upgrade to latest version. (diff) |
Add depends to p5-DBD-File, should be fix building problem.
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=94334
Diffstat (limited to 'databases/p5-DBD-RAM')
-rw-r--r-- | databases/p5-DBD-RAM/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-DBD-RAM/Makefile b/databases/p5-DBD-RAM/Makefile index 205d6dc53d6f..707f3dce5325 100644 --- a/databases/p5-DBD-RAM/Makefile +++ b/databases/p5-DBD-RAM/Makefile @@ -16,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@freebsd.org COMMENT= DBI driver for files and data structures +BUILD_DEPENDS+= ${SITE_PERL}/DBD/File.pm:${PORTSDIR}/databases/p5-DBD-File +RUN_DEPENDS+= ${SITE_PERL}/DBD/File.pm:${PORTSDIR}/databases/p5-DBD-File + PERL_CONFIGURE= yes MAN3= DBD::RAM.3 |