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/kmag/Makefile | |
parent | ccbd618ebd63ebf72b64b3b6679b6ee11976f839 (diff) | |
download | ports-c1f3de0f55e58790d19f686e510418e212aee85c.tar.gz ports-c1f3de0f55e58790d19f686e510418e212aee85c.zip |
Notes
Diffstat (limited to 'accessibility/kmag/Makefile')
-rw-r--r-- | accessibility/kmag/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile index 49e9d76d98fc..73adb5e5a4c9 100644 --- a/accessibility/kmag/Makefile +++ b/accessibility/kmag/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 \ |