pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DB_File allow this to be installed regard...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c9d8e81051d
branches: trunk
changeset: 480292:7c9d8e81051d
user: grant <grant%pkgsrc.org@localhost>
date: Sun Sep 05 09:54:24 2004 +0000
description:
allow this to be installed regardless of whether the installed perl
package includes DB_File.
diffstat:
databases/p5-DB_File/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 69fa628bef12 -r 7c9d8e81051d databases/p5-DB_File/Makefile
--- a/databases/p5-DB_File/Makefile Sat Sep 04 23:40:43 2004 +0000
+++ b/databases/p5-DB_File/Makefile Sun Sep 05 09:54:24 2004 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index