diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-03 17:15:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-03 17:15:02 +0000 |
commit | 27db94bdceb70940cfc5649a5f18cd3387cb84ea (patch) | |
tree | 54b7d06654e30a8ee8411ef566496165634996a8 | |
parent | Finally fix problems with libdir: install vmware3 files to correct location (diff) |
Convert OpenLDAP dependency to USE_OPENLDAP.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=92980
-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= |