diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2003-04-23 13:54:57 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2003-04-23 13:54:57 +0000 |
commit | 27e556708b8f597f7201fa397a772ad9b75526ac (patch) | |
tree | 86c8b660d0db0ad093e20d476686e6fd0194cafd /net/ekiga | |
parent | 3978f0bf02fd8e9f60b0a135018c4a335ba1ab78 (diff) | |
download | ports-27e556708b8f597f7201fa397a772ad9b75526ac.tar.gz ports-27e556708b8f597f7201fa397a772ad9b75526ac.zip |
Notes
Diffstat (limited to 'net/ekiga')
-rw-r--r-- | net/ekiga/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 872903f67288..577d5cfba189 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/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= |