summaryrefslogtreecommitdiff
path: root/databases/p5-DB_File
diff options
context:
space:
mode:
authorgrant <grant>2004-09-05 09:54:24 +0000
committergrant <grant>2004-09-05 09:54:24 +0000
commitca907dd3784016ade36b5509045b4015fa2f3c39 (patch)
tree0a2911a39e3897d7a235479201eee128a3f331c8 /databases/p5-DB_File
parent8dea0e04753008fe908db9ca799fd159bb514d09 (diff)
downloadpkgsrc-ca907dd3784016ade36b5509045b4015fa2f3c39.tar.gz
allow this to be installed regardless of whether the installed perl
package includes DB_File.
Diffstat (limited to 'databases/p5-DB_File')
-rw-r--r--databases/p5-DB_File/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/p5-DB_File/Makefile b/databases/p5-DB_File/Makefile
index c54bf83f353..b80aa9f1191 100644
--- a/databases/p5-DB_File/Makefile
+++ b/databases/p5-DB_File/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/08/27 06:29:07 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/09/05 09:54:24 grant Exp $
DISTNAME= DB_File-1.806
PKGNAME= p5-${DISTNAME}
@@ -24,10 +24,6 @@ PERL5_LDFLAGS+= -L${BUILDLINK_PREFIX.db}/lib
MAKE_ENV+= DB_CPPFLAGS=${BUILDLINK_CPPFLAGS.db}
.if ${BDB_TYPE} == "db2"
MAKE_ENV+= DB_FILE_COMPAT185=1
-.else
-# We assume that DB 1 is provided by the system and perl5 package picked
-# it up.
-PKG_SKIP_REASON+= "The perl package already provides DB_File"
.endif
.include "../../lang/perl5/module.mk"