diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-01-27 09:38:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-01-27 09:38:34 +0000 |
commit | 739e564b8c9fdc6f34988464c84e7f9d73ff76b2 (patch) | |
tree | f64ff64679fd495c9e8861d7c66677b08bbac928 /net | |
parent | 61901c3d0f7b0cf1a697f705d6ecdbae3b9eadac (diff) | |
download | ports-739e564b8c9fdc6f34988464c84e7f9d73ff76b2.tar.gz ports-739e564b8c9fdc6f34988464c84e7f9d73ff76b2.zip |
Replace the dangerous .error with IGNORE.
Notes
Notes:
svn path=/head/; revision=154573
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-ldap/Makefile | 2 |
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 |