diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-11-19 08:55:20 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-11-19 08:55:20 +0000 |
commit | 6a5efa047a7ac79631a39ae403000183510f5767 (patch) | |
tree | 2c8d87dddd7f8a516f09180624cc75084a71bd83 /databases/p5-DBD-RAM | |
parent | b4f2e7eedb520d5d604bacb93506186a836113be (diff) | |
download | FreeBSD-ports-6a5efa047a7ac79631a39ae403000183510f5767.zip FreeBSD-ports-6a5efa047a7ac79631a39ae403000183510f5767.tar.gz |
Add depends to p5-DBD-File, should be fix building problem.
Noticed by: kris
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 205d6dc..707f3dc 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 |