diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-21 03:49:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-21 03:49:12 +0000 |
commit | ee33281dd7ae9684c5815a4805389daba430d322 (patch) | |
tree | 2fdf2b1868acc8bd9294cb783213f019e4d95d98 /misc/uf-view | |
parent | 2a0fb143f43a627c383299ca6be8e9040eeb2d9a (diff) |
Notes
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" |