summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/xemacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 8091da14835..0d22f799453 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2001/09/27 23:18:02 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2001/10/26 16:02:31 kleink Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
DISTNAME= xemacs-21.1.14
@@ -48,7 +48,7 @@ WITH_DIALOGS= --with-dialogs=athena3d
.if defined(USE_LDAP) && ${USE_LDAP} == YES
WITH_LDAP= --with-ldap=yes
-DEPENDS+= openldap-1.2.*:../../databases/openldap
+DEPENDS+= openldap-[0-9]*:../../databases/openldap
.else
WITH_LDAP= --with-ldap=no
.endif