diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-21 11:47:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-21 11:47:05 +0800 |
commit | cf7ae3fe18098258ff77bef07e3e2ecb92501e92 (patch) | |
tree | f31f5f57340186f92d57b374223963ab5117a24b /x11-fm | |
parent | 0131ca9ac9eb3c42b720738abc9c9bce4025b404 (diff) | |
download | freebsd-ports-gnome-cf7ae3fe18098258ff77bef07e3e2ecb92501e92.tar.gz freebsd-ports-gnome-cf7ae3fe18098258ff77bef07e3e2ecb92501e92.tar.zst freebsd-ports-gnome-cf7ae3fe18098258ff77bef07e3e2ecb92501e92.zip |
Use USE_GNOME to fix the build on bento.
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 |