diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-09 03:30:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-09 03:30:27 +0800 |
commit | a2d51e8e317387e7e2d6344d7b1d0f5ac51e2af1 (patch) | |
tree | 72068f601c0ff372ec99fcd3aa2ab27c40dc9369 | |
parent | 0d7235e461dc8a21d97dc2461b19488fe1e75410 (diff) | |
download | freebsd-ports-gnome-a2d51e8e317387e7e2d6344d7b1d0f5ac51e2af1.tar.gz freebsd-ports-gnome-a2d51e8e317387e7e2d6344d7b1d0f5ac51e2af1.tar.zst freebsd-ports-gnome-a2d51e8e317387e7e2d6344d7b1d0f5ac51e2af1.zip |
Add a missing dependency on gnomecanvas.
Submitted by: bento
-rw-r--r-- | x11/gnomeapplets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomeapplets/Makefile b/x11/gnomeapplets/Makefile index e3543d6e0375..40b7c5e68576 100644 --- a/x11/gnomeapplets/Makefile +++ b/x11/gnomeapplets/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack libpanel gnomevfs gdkpixbuf +USE_GNOME= gnomeprefix gnomehack libpanel gnomevfs gnomecanvas GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |