diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-03-25 10:33:51 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-03-25 10:33:51 +0000 |
commit | c1f3de0f55e58790d19f686e510418e212aee85c (patch) | |
tree | 9c83366b7e53439af8a08cb4d55853e9209564e1 /accessibility/kaccessible/Makefile | |
parent | ccbd618ebd63ebf72b64b3b6679b6ee11976f839 (diff) | |
download | ports-c1f3de0f55e58790d19f686e510418e212aee85c.tar.gz ports-c1f3de0f55e58790d19f686e510418e212aee85c.zip |
The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php
We'd like to say thanks to all helpers and submitters.
Tested by: exp-run via miwi
Notes
Notes:
svn path=/head/; revision=271650
Diffstat (limited to 'accessibility/kaccessible/Makefile')
-rw-r--r-- | accessibility/kaccessible/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/kaccessible/Makefile b/accessibility/kaccessible/Makefile index 49e9d76d98fc..73adb5e5a4c9 100644 --- a/accessibility/kaccessible/Makefile +++ b/accessibility/kaccessible/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility applications for KDE4 -BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml +LIB_DEPENDS= speechd.5:${PORTSDIR}/accessibility/speech-dispatcher LATEST_LINK= ${PORTNAME}4 @@ -23,6 +23,7 @@ USE_KDE4= kdelibs kdeprefix kdehier automoc4 KDE4_BUILDENV= yes USE_QT_VER= 4 QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build +CMAKE_ARGS+= -DCMAKE_EXE_LINKER_FLAGS:STRING="-L${LOCALBASE}/lib" MAKE_JOBS_SAFE= yes MAN1= kmag.1 \ |