summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorkleink <kleink>2001-10-26 16:02:31 +0000
committerkleink <kleink>2001-10-26 16:02:31 +0000
commitb0d9ceab8cd8ece2558df2263cc47747ba183937 (patch)
treec217cc6fafd5432e9f1205b22b16f7393cae1263 /editors/xemacs
parent76768e65956cb1b66d824106a7ed1034d2f58e34 (diff)
downloadpkgsrc-b0d9ceab8cd8ece2558df2263cc47747ba183937.tar.gz
Make this work with OpenLDAP-2.x as well.
Diffstat (limited to 'editors/xemacs')
-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