diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-21 03:47:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-21 03:47:05 +0000 |
commit | 43b5bc1ba1b19b8e78ca7812caa2ea7f315617f1 (patch) | |
tree | e4ca44a45d64f2bcf34fc0f978cf3a0572a2b71c /x11-fm | |
parent | e145a4aeada82aeb9e9ec6f39d602cede6af41cb (diff) |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-filer/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 44b1c3ff7587..248f98cf5229 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -15,13 +15,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= olgeni@FreeBSD.org COMMENT= A simple and easy to use graphical file manager -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 RUN_DEPENDS= ${LOCALBASE}/share/mime/packages/freedesktop.org.xml:${PORTSDIR}/misc/shared-mime-info PLIST_SUB+= LOCALBASE=${LOCALBASE} +USE_GNOME= gtk20 pkgconfig libxml2 gnomevfs2 MAN1= rox.1 |