summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Oracle
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-08-16 11:41:18 +0000
committerkristerw <kristerw@pkgsrc.org>2004-08-16 11:41:18 +0000
commitc70ab1c4b4605101c214618fd836737a58e58402 (patch)
tree73628d03ab97708ac62197f282c8499a7214a7d6 /databases/p5-DBD-Oracle
parent3c730b23dbdc73b93c3cba1f506b76e46d2c95ec (diff)
downloadpkgsrc-c70ab1c4b4605101c214618fd836737a58e58402.tar.gz
Use PKG_SKIP_REASON when the ORACLE_HOME is undefined, so that bulk
builds do not report this as a broken package.
Diffstat (limited to 'databases/p5-DBD-Oracle')
-rw-r--r--databases/p5-DBD-Oracle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Oracle/Makefile b/databases/p5-DBD-Oracle/Makefile
index c4e2e6fe321..1f5087b7fe9 100644
--- a/databases/p5-DBD-Oracle/Makefile
+++ b/databases/p5-DBD-Oracle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/15 10:48:43 grant Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/16 11:41:18 kristerw Exp $
DISTNAME= DBD-Oracle-1.14
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@ USE_BUILDLINK3= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/Oracle/.packlist
.if !defined(ORACLE_HOME)
-PKG_FAIL_REASON+= "You must set ORACLE_HOME to the location of your Oracle installation"
+PKG_SKIP_REASON+= "You must set ORACLE_HOME to the location of your Oracle installation"
.elif !exists(${ORACLE_HOME})
PKG_FAIL_REASON+= "The location of ORACLE_HOME does not exist"
.endif