diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-02 17:23:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-02 17:23:03 +0800 |
commit | 803c7a4818508c95b4617cabd5caeae911b08c5c (patch) | |
tree | 03da3704e26abbb9e9ce5159c358edcb65f73029 /accessibility/kmousetool/Makefile | |
parent | 17fe3bdff0e2f9b34e0e06957ec1aeea3bd41ede (diff) | |
download | freebsd-ports-gnome-803c7a4818508c95b4617cabd5caeae911b08c5c.tar.gz freebsd-ports-gnome-803c7a4818508c95b4617cabd5caeae911b08c5c.tar.zst freebsd-ports-gnome-803c7a4818508c95b4617cabd5caeae911b08c5c.zip |
The KDE FreeBSD team is proud to announce the release of KDE 4.2.2
for FreeBSD. The official KDE 4.2.2 release changelog can be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php.
Also mark some ports MAKE_JOBS_SAFE.
New Ports:
misc/kde4-l10n-sk - Slovak
Diffstat (limited to 'accessibility/kmousetool/Makefile')
-rw-r--r-- | accessibility/kmousetool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index 1c1c50de37a1..5875308d23dc 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -6,7 +6,6 @@ PORTNAME= kdeaccessibility PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -23,6 +22,7 @@ KDE4_BUILDENV= yes USE_QT_VER= 4 QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF |