diff options
Diffstat (limited to 'net/gnomemeeting2/Makefile')
-rw-r--r-- | net/gnomemeeting2/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/gnomemeeting2/Makefile b/net/gnomemeeting2/Makefile index 0f46203..5f454e3 100644 --- a/net/gnomemeeting2/Makefile +++ b/net/gnomemeeting2/Makefile @@ -14,9 +14,7 @@ DISTNAME= GnomeMeeting-0.85.1 MAINTAINER= roger@FreeBSD.org -LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf/ - +LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build # note, we do not want to clean openh323, otherwise it has to build @@ -24,15 +22,15 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build NOCLEANDEPENDS= yes USE_BISON= yes -USE_GNOME= yes USE_AUTOCONF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gdkpixbuf USE_GMAKE= yes CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \ --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \ --with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \ --with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \ - --with-ldap=/usr/local + --with-ldap=${PREFIX} CONFIGURE_ENV= OSTYPE=${OPSYS} \ LIBS=-L${PREFIX}/lib \ PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \ |