diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-08 19:30:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-08 19:30:27 +0000 |
commit | 4afe1b3be5c11cc62c850cb901c26376fca997ff (patch) | |
tree | e4cefb7955176e8b2f406f165832d18051328b6e | |
parent | b14c0321caa6b4afa66facc4d21be96cbbfe053c (diff) |
Add a missing dependency on gnomecanvas.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=65850
-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" |