summaryrefslogtreecommitdiff
path: root/net/ruby-ldap
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-01-27 09:38:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-01-27 09:38:34 +0000
commit739e564b8c9fdc6f34988464c84e7f9d73ff76b2 (patch)
treef64ff64679fd495c9e8861d7c66677b08bbac928 /net/ruby-ldap
parent- Update to 0.8.2.a (diff)
Replace the dangerous .error with IGNORE.
Notes
Notes: svn path=/head/; revision=154573
Diffstat (limited to 'net/ruby-ldap')
-rw-r--r--net/ruby-ldap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ruby-ldap/Makefile b/net/ruby-ldap/Makefile
index 690a24cd3742..173bb1643ca4 100644
--- a/net/ruby-ldap/Makefile
+++ b/net/ruby-ldap/Makefile
@@ -27,7 +27,7 @@ USE_OPENLDAP= yes
.elif ${WITH_LDAP} == ldapsdk
LIB_DEPENDS= ${LOCALBASE}/mozilla/directory/lib/libldap.so.1:${PORTSDIR}/net/ldapsdk
.else
-.error WITH_LDAP must be set to one of "openldap1", "openldap2" and "ldapsdk".
+IGNORE= Cannot install: WITH_LDAP must be set to one of "openldap1", "openldap2" and "ldapsdk"
.endif
USE_RUBY= yes