diff options
author | vs <vs@FreeBSD.org> | 2004-08-31 02:16:16 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-08-31 02:16:16 +0800 |
commit | 6a234f8c2eecb4ae6859431d7c657cb7054304eb (patch) | |
tree | f8d72683ad6ecebbe438f736c18a1f9eb0ab2090 /net/gq | |
parent | 6524ec7c2d02b3cdea813f66346181e8fc9d9ae9 (diff) | |
download | freebsd-ports-gnome-6a234f8c2eecb4ae6859431d7c657cb7054304eb.tar.gz freebsd-ports-gnome-6a234f8c2eecb4ae6859431d7c657cb7054304eb.tar.zst freebsd-ports-gnome-6a234f8c2eecb4ae6859431d7c657cb7054304eb.zip |
Downgrade to OpenLDAP 2.1: This seems to be the only way to make this
port work. Notice that OpenLDAP 2.1 is EOL.
PR: ports/69899
Submitted by: Igor Karpov
Approved by: maintainer silence
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index bcda7fa6ef76..6fac8b5b69a3 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_ICONV= yes USE_GETTEXT= yes USE_OPENLDAP= yes +WANT_OPENLDAP_VER= 21 USE_OPENSSL= yes USE_X_PREFIX= yes USE_GNOME+= gtk20 libxml2 |