diff options
author | roger <roger@FreeBSD.org> | 2003-04-23 13:54:57 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2003-04-23 13:54:57 +0000 |
commit | a5062057c0c8a0c129d3c661aa7cf74aa9dc1654 (patch) | |
tree | 2366d4f21d97d232730881b3afc389be769711a3 /net/gnomemeeting | |
parent | 590875fe9fea7cf04067853b07a216a3f9082755 (diff) | |
download | FreeBSD-ports-a5062057c0c8a0c129d3c661aa7cf74aa9dc1654.zip FreeBSD-ports-a5062057c0c8a0c129d3c661aa7cf74aa9dc1654.tar.gz |
Add patch
Submitted by: Mezz from bsdforums.org
Diffstat (limited to 'net/gnomemeeting')
-rw-r--r-- | net/gnomemeeting/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile index 872903f..577d5cf 100644 --- a/net/gnomemeeting/Makefile +++ b/net/gnomemeeting/Makefile @@ -13,9 +13,7 @@ MASTER_SITES= http://www.gnomemeeting.org/downloads/0.96.1/sources/ MAINTAINER= roger@FreeBSD.org COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \ - gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ - bonobo-2.0:${PORTSDIR}/devel/libbonobo +LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build # note, we do not want to clean openh323, otherwise it has to build @@ -24,7 +22,7 @@ NOCLEANDEPENDS= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix gconf bonobo esound +USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix gconf bonobo esound libgnomeui libbonobo USE_BISON= yes # Clear configure target so we stop getting binaries prefixed with i386-portbld-freebsd46 CONFIGURE_TARGET= |