diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-19 22:37:12 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-19 22:37:12 +0000 |
commit | 7f59d03596aa03053c81cd352bebac98de7dc623 (patch) | |
tree | b566ec2d6131108a2682854ffa915d1d68a1844c /databases | |
parent | b86ef75411dd10210dec5336ff9e720f4aedbb24 (diff) | |
download | ports-7f59d03596aa03053c81cd352bebac98de7dc623.tar.gz ports-7f59d03596aa03053c81cd352bebac98de7dc623.zip |
- Don't install with p5-DBI
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=124534
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-File/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-DBD-File/Makefile b/databases/p5-DBD-File/Makefile index 2778771b9d3a..47bb531f2d43 100644 --- a/databases/p5-DBD-File/Makefile +++ b/databases/p5-DBD-File/Makefile @@ -29,8 +29,7 @@ MAN3= DBD::File.3 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 .else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +IGNORE= This module is useless with p5-DBI .endif .include <bsd.port.post.mk> |