diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 09:06:26 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 09:06:26 +0800 |
commit | 45e89a5ff1e0a6a23b10c1e71f700976919dccc6 (patch) | |
tree | 2ea6ce0b6670b855d3d73a1ec0e056a5df254786 /net/ekiga/Makefile | |
parent | b53629dafbc9bddce9311abaa627ad65302e89fb (diff) | |
download | freebsd-ports-gnome-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.gz freebsd-ports-gnome-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.zst freebsd-ports-gnome-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.zip |
Deploy USE_GNOMENG infrastructure
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/ekiga/Makefile')
-rw-r--r-- | net/ekiga/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 0f4620375d78..5f454e364e84 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/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 \ |