diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-22 02:17:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-22 02:17:33 +0800 |
commit | 156325df506e8e984df0e2b8f48096ce50f22f0f (patch) | |
tree | b927ab47ce869004b9d86b1ce4df2da8e9f7722a /net | |
parent | f652a42e39b4736a661a31e8123b17de6e57574a (diff) | |
download | freebsd-ports-gnome-156325df506e8e984df0e2b8f48096ce50f22f0f.tar.gz freebsd-ports-gnome-156325df506e8e984df0e2b8f48096ce50f22f0f.tar.zst freebsd-ports-gnome-156325df506e8e984df0e2b8f48096ce50f22f0f.zip |
Fix configure after recent GNOMENG conversion.
Submitted by: bento
Diffstat (limited to 'net')
-rw-r--r-- | net/ekiga/Makefile | 2 | ||||
-rw-r--r-- | net/gnomemeeting/Makefile | 2 | ||||
-rw-r--r-- | net/gnomemeeting2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 904c7192d4c7..3e3bf8b7c073 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -25,7 +25,7 @@ USE_X_PREFIX= yes USE_BISON= yes USE_AUTOCONF= yes # we need this so configure is regenerated USE_GNOMENG= yes -USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix +USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix gconf USE_GMAKE= yes CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \ --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \ diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile index 904c7192d4c7..3e3bf8b7c073 100644 --- a/net/gnomemeeting/Makefile +++ b/net/gnomemeeting/Makefile @@ -25,7 +25,7 @@ USE_X_PREFIX= yes USE_BISON= yes USE_AUTOCONF= yes # we need this so configure is regenerated USE_GNOMENG= yes -USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix +USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix gconf USE_GMAKE= yes CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \ --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \ diff --git a/net/gnomemeeting2/Makefile b/net/gnomemeeting2/Makefile index 904c7192d4c7..3e3bf8b7c073 100644 --- a/net/gnomemeeting2/Makefile +++ b/net/gnomemeeting2/Makefile @@ -25,7 +25,7 @@ USE_X_PREFIX= yes USE_BISON= yes USE_AUTOCONF= yes # we need this so configure is regenerated USE_GNOMENG= yes -USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix +USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix gconf USE_GMAKE= yes CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \ --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \ |