summaryrefslogtreecommitdiff
path: root/databases/libgda3/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-09-25 03:17:30 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-09-25 03:17:30 +0000
commitcd69603a914643d10d8409a88881ea24c413ce8c (patch)
tree8c05facb2cd100125fddc214de03e362fc86f6ba /databases/libgda3/Makefile
parentUpdate to 1.4.5. See (diff)
Update to 1.0.0.
Obtained from: marcuscom
Notes
Notes: svn path=/head/; revision=89285
Diffstat (limited to 'databases/libgda3/Makefile')
-rw-r--r--databases/libgda3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index cbf84a0afb06..b28f359f31d3 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= libgda2
-PORTVERSION= 0.91.0
+PORTVERSION= 1.0.0
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.91
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.0
DISTNAME= libgda-${PORTVERSION}
DIST_SUBDIR= gnome2
@@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --without-postgres
.endif
.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
+USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
PLIST_SUB+= LDAP:=""
.else