diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-21 11:49:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-21 11:49:12 +0800 |
commit | 8475e0e650bdccc1181e779f5d5bcbd0703402df (patch) | |
tree | 74ef84cdcdb3ea3582979696147e9ce90b38be0e /misc/uf-view | |
parent | 7ccf7e228d0c8d2e8b6386da714651708fb86faa (diff) | |
download | freebsd-ports-gnome-8475e0e650bdccc1181e779f5d5bcbd0703402df.tar.gz freebsd-ports-gnome-8475e0e650bdccc1181e779f5d5bcbd0703402df.tar.zst freebsd-ports-gnome-8475e0e650bdccc1181e779f5d5bcbd0703402df.zip |
Add gnomevfs2 and gnomedesktop to USE_GNOME to fix build on bento.
Diffstat (limited to 'misc/uf-view')
-rw-r--r-- | misc/uf-view/Makefile | 6 |
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" |