diff options
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" |