diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-25 03:05:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-25 03:05:41 +0000 |
commit | 6abd3ca71095e388e02f8c91ecb551f1100cc7ec (patch) | |
tree | c97b1e549b54fc76e679ac04e23ddf944f68569a /net/gnomemeeting | |
parent | c186e4dae4fcbece5f619b98c3cf55185b4dd05a (diff) |
Add a missing dependency on gnomecanvas.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=67109
Diffstat (limited to 'net/gnomemeeting')
-rw-r--r-- | net/gnomemeeting/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile index 3e3bf8b7c073..de3006c598c5 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 gconf +USE_GNOME= gnomecanvas 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 \ |