summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-File/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-19 22:37:12 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-19 22:37:12 +0000
commit7f59d03596aa03053c81cd352bebac98de7dc623 (patch)
treeb566ec2d6131108a2682854ffa915d1d68a1844c /databases/p5-DBD-File/Makefile
parentBe sure to create the ${PREFIX}/share/gnome/assetml directory during (diff)
- Don't install with p5-DBI
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=124534
Diffstat (limited to '')
-rw-r--r--databases/p5-DBD-File/Makefile3
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>