diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-07 14:57:01 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-07 14:57:01 +0000 |
commit | 78819d70211c147116c7715a6ab91869c74525c1 (patch) | |
tree | 6e79bad366bef9e48a64ad79a929dd8fca916260 /misc | |
parent | b83e38d51d71dd52801cffca2b27c7f0d39a6e16 (diff) | |
download | ports-78819d70211c147116c7715a6ab91869c74525c1.tar.gz ports-78819d70211c147116c7715a6ab91869c74525c1.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).
Notes
Notes:
svn path=/head/; revision=292881
Diffstat (limited to 'misc')
-rw-r--r-- | misc/krecipes-kde4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/krecipes-kde4/Makefile b/misc/krecipes-kde4/Makefile index f92ef2f7bfbe..f7ca5c7a4db6 100644 --- a/misc/krecipes-kde4/Makefile +++ b/misc/krecipes-kde4/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} MAINTAINER= bsdkaffee@gmail.com COMMENT= Recipe database for KDE4 -BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= qimageblitz.4:${PORTSDIR}/x11/qimageblitz LATEST_LINK= ${PORTNAME}-kde4 |