diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-08-14 22:35:50 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-08-14 22:35:50 +0000 |
commit | d4041784dc51fbd5b1e6a77c341ba00b18e4cd60 (patch) | |
tree | e9aa43bc0924dc359b2756757c2c0994f118aa35 /misc/ktouch | |
parent | - update to 1.0.22 (diff) |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
Diffstat (limited to 'misc/ktouch')
-rw-r--r-- | misc/ktouch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/ktouch/Makefile b/misc/ktouch/Makefile index d5d9d048cc63..51afc8b27ff4 100644 --- a/misc/ktouch/Makefile +++ b/misc/ktouch/Makefile @@ -18,7 +18,6 @@ USE_QT4= corelib declarative opengl phonon script sql xmlpatterns \ moc_build qmake_build rcc_build uic_build USE_XZ= yes USE_XORG= xkbfile -MAKE_JOBS_SAFE= yes MAN1= ktouch.1 |