diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-10-28 06:34:26 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-10-28 06:34:26 +0800 |
commit | 6122531b46347fb5d9777de44d1d03a4e7109429 (patch) | |
tree | d5045c00aff2d5a8bd003adf1159d7f1ecf195f6 /x11-fm/rox-filer | |
parent | 7d5d751b06ec4e80e68c8810d7b3621e20a8b32d (diff) | |
download | freebsd-ports-gnome-6122531b46347fb5d9777de44d1d03a4e7109429.tar.gz freebsd-ports-gnome-6122531b46347fb5d9777de44d1d03a4e7109429.tar.zst freebsd-ports-gnome-6122531b46347fb5d9777de44d1d03a4e7109429.zip |
Add missing dependency on textproc/libxml (from bento error logs).
Diffstat (limited to 'x11-fm/rox-filer')
-rw-r--r-- | x11-fm/rox-filer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 9f94960d8ca0..4bff7e0491ac 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -14,7 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= olgeni@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + xml.5:${PORTSDIR}/textproc/libxml RUN_DEPENDS= ${LOCALBASE}/share/Choices:${PORTSDIR}/x11-fm/rox-base USE_GTK= yes |