diff options
author | makc <makc@FreeBSD.org> | 2012-03-07 22:57:01 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-03-07 22:57:01 +0800 |
commit | 2adb3283c36ff14ceaa14bec970c2615dbbf81ce (patch) | |
tree | 027d56bf0ac7c798a07fdc009988e9e0ffd69edf /x11-fm/krusader2 | |
parent | 52a783313866d9ddf759dc88280a6e42d29a800b (diff) | |
download | freebsd-ports-gnome-2adb3283c36ff14ceaa14bec970c2615dbbf81ce.tar.gz freebsd-ports-gnome-2adb3283c36ff14ceaa14bec970c2615dbbf81ce.tar.zst freebsd-ports-gnome-2adb3283c36ff14ceaa14bec970c2615dbbf81ce.zip |
Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago).
Diffstat (limited to 'x11-fm/krusader2')
-rw-r--r-- | x11-fm/krusader2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-fm/krusader2/Makefile b/x11-fm/krusader2/Makefile index ff14d3f3648c..ed0127224a2b 100644 --- a/x11-fm/krusader2/Makefile +++ b/x11-fm/krusader2/Makefile @@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} MAINTAINER= fluffy@FreeBSD.org COMMENT= A two window file-manager for KDE, like midnight or norton commander -BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml - USE_KDE4= kdelibs kdeprefix kdehier automoc4 KDE4_BUILDENV= yes USE_QT_VER= 4 |