diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 22:08:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 22:08:31 +0000 |
commit | 22d668f75bb338c461438603eda65f27a6881f50 (patch) | |
tree | 549c374298d1f1d88e58e6b519337a956bfe5065 /deskutils | |
parent | afa2a6f102089300593044ec95ef5dce0097eac3 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gxneur/Makefile | 2 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-sunbird/Makefile | 2 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-synce-legacy/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/deskutils/gxneur/Makefile b/deskutils/gxneur/Makefile index e39cb6a2a16c..85e9be113859 100644 --- a/deskutils/gxneur/Makefile +++ b/deskutils/gxneur/Makefile @@ -16,6 +16,8 @@ COMMENT= GTK frontend for XNeur keyboard layout switcher BUILD_DEPENDS= xneur:${PORTSDIR}/russian/xneur RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 libglade2 diff --git a/deskutils/libopensync-plugin-sunbird/Makefile b/deskutils/libopensync-plugin-sunbird/Makefile index 32618519a5e9..56916d50fa03 100644 --- a/deskutils/libopensync-plugin-sunbird/Makefile +++ b/deskutils/libopensync-plugin-sunbird/Makefile @@ -16,6 +16,8 @@ COMMENT= Sunbird plugin for the OpenSync framework LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ neon.28:${PORTSDIR}/www/neon28 +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 diff --git a/deskutils/libopensync-plugin-synce-legacy/Makefile b/deskutils/libopensync-plugin-synce-legacy/Makefile index 4c6241324720..62bbbf741b8e 100644 --- a/deskutils/libopensync-plugin-synce-legacy/Makefile +++ b/deskutils/libopensync-plugin-synce-legacy/Makefile @@ -17,6 +17,8 @@ COMMENT= SynCE legacy plugin for the OpenSync framework LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ rra.0:${PORTSDIR}/palm/synce-librra +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 |