summaryrefslogtreecommitdiff
path: root/misc/uf-view
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-21 03:49:12 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-21 03:49:12 +0000
commitee33281dd7ae9684c5815a4805389daba430d322 (patch)
tree2fdf2b1868acc8bd9294cb783213f019e4d95d98 /misc/uf-view
parentAdd a USE_GNOME dependency on librsvg2 to fix build on bento. (diff)
Add gnomevfs2 and gnomedesktop to USE_GNOME to fix build on bento.
Notes
Notes: svn path=/head/; revision=89091
Diffstat (limited to 'misc/uf-view')
-rw-r--r--misc/uf-view/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/uf-view/Makefile b/misc/uf-view/Makefile
index 36c45a88c34d..0498d13b5037 100644
--- a/misc/uf-view/Makefile
+++ b/misc/uf-view/Makefile
@@ -13,13 +13,9 @@ MASTER_SITES= http://www.hadess.net/files/software/uf-view/
MAINTAINER= mcgee@wam.umd.edu
COMMENT= A gTK+ viewer for the User Friendly and several other popular comics
-LIB_DEPENDS= gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 \
- gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
- gnome-desktop-2.3:${PORTSDIR}/x11/gnomedesktop
-
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier
+USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gnomedesktop
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"