diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2004-12-06 10:40:46 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2004-12-06 10:40:46 +0000 |
commit | 41932d6f55954cc351878732e085df101c434acd (patch) | |
tree | 32cf7b7df69c8fbcfcf5cfa53a4e6de9cc204bbe /net/gq | |
parent | Update to 0.28. (diff) |
GQ changed the configure option to specify the LDAP base directory
from --with-ldap to --with-ldap-prefix quite some time ago.
Incidentally, it still used to work with the wrong option most of the
time, as configure silently ignores unknown --with options (this is a
feature), and as the configure script often included the correct -I
and -L options to find OpenLDAP as a side-effect of other stuff
installed in the same location. However, I've seen it fail as well,
and using the correct option is the canonical way out.
Approved by: maintainer timeout
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index 3b521cf9aff6..231768f655d7 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -24,7 +24,7 @@ USE_OPENSSL= yes USE_X_PREFIX= yes USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ldap=${LOCALBASE} +CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} OPTIONS= JPEG "Enable jpegPhoto attr. handling" On \ DND "Enable Drag and drop support in browse mode" On \ |