diff options
Diffstat (limited to 'audio/amarok-kde4/Makefile')
-rw-r--r-- | audio/amarok-kde4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 3527856be360..049188d8a330 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \ lastfm.0:${PORTSDIR}/audio/liblastfm \ qca.2:${PORTSDIR}/devel/qca -BUILD_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:${PORTSDIR}/devel/qtscriptgenerator +BUILD_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:${PORTSDIR}/devel/qtscriptgenerator \ + ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:${PORTSDIR}/devel/qtscriptgenerator LATEST_LINK= ${PORTNAME}-kde4 |