aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-10-07 13:19:12 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-10-07 13:19:12 +0000
commit80dc728103393ddb7b7ab975221001bb046e8388 (patch)
treeaaf0090a63c6f1896d477cfbae55f322c7ab691a
parent353dcfe314eaccc7622df89fdae1346667fdd61b (diff)
downloadports-80dc728103393ddb7b7ab975221001bb046e8388.tar.gz
ports-80dc728103393ddb7b7ab975221001bb046e8388.zip
replace .error to IGNORE.
Problem noted by Richard Collyer <richard at firebadger.net> and eik@. Scenario: we failed (% make index) without defining any WITH_BDB_VER, and solved by following porters handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html#DOT-ERROR-BREAKS-INDEX Approved by: portmgr (krion)
Notes
Notes: svn path=/head/; revision=118574
-rw-r--r--databases/p5-BerkeleyDB/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-BerkeleyDB/Makefile b/databases/p5-BerkeleyDB/Makefile
index 7415b2065333..734e39864935 100644
--- a/databases/p5-BerkeleyDB/Makefile
+++ b/databases/p5-BerkeleyDB/Makefile
@@ -35,7 +35,7 @@ BDB_LIB_VER= db41
LIB_DEPENDS= db-4.2.2:${PORTSDIR}/databases/db42
BDB_LIB_VER= db-4.2
.else
-.error WITH_BDB_VER must be one between 2, 3, 4, 41 and 42
+IGNORE= "WITH_BDB_VER must be one between 2, 3, 4, 41 and 42"
.endif
PERL_CONFIGURE= yes