diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-04 01:15:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-04 01:15:02 +0800 |
commit | 36de82b0c9e6a357c60dbadfb82dd02ce5c5cf72 (patch) | |
tree | cdbe4733618538c2aca7de5ab735d5f42e970abb /net | |
parent | f0be7c5c5a1b697d6231efa5546b1ba1ae0ff4a2 (diff) | |
download | freebsd-ports-gnome-36de82b0c9e6a357c60dbadfb82dd02ce5c5cf72.tar.gz freebsd-ports-gnome-36de82b0c9e6a357c60dbadfb82dd02ce5c5cf72.tar.zst freebsd-ports-gnome-36de82b0c9e6a357c60dbadfb82dd02ce5c5cf72.zip |
Convert OpenLDAP dependency to USE_OPENLDAP.
Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/ekiga/Makefile | 2 | ||||
-rw-r--r-- | net/gnomemeeting/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 2cf102862f25..1aee2339eeeb 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/0.98/ \ MAINTAINER= roger@FreeBSD.org COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build # note, we do not want to clean openh323, otherwise it has to build @@ -25,6 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= libgnomeui libbonobo gnomeprefix gnomehack +USE_OPENLDAP= yes USE_BISON= yes # Clear configure target so we stop getting binaries prefixed with i386-portbld-freebsd46 CONFIGURE_TARGET= diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile index 2cf102862f25..1aee2339eeeb 100644 --- a/net/gnomemeeting/Makefile +++ b/net/gnomemeeting/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/0.98/ \ MAINTAINER= roger@FreeBSD.org COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build # note, we do not want to clean openh323, otherwise it has to build @@ -25,6 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= libgnomeui libbonobo gnomeprefix gnomehack +USE_OPENLDAP= yes USE_BISON= yes # Clear configure target so we stop getting binaries prefixed with i386-portbld-freebsd46 CONFIGURE_TARGET= |