diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-10-27 22:34:26 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-10-27 22:34:26 +0000 |
commit | 42fff2c2741774e091cec9389e684a0d5c955789 (patch) | |
tree | 006ec386e81d6a07d9d0c8a2589caf0f4a577630 | |
parent | I forgot to add the nessus-devel ports to the category Makefile. (diff) |
Add missing dependency on textproc/libxml (from bento error logs).
-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 |