diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-07-24 16:19:07 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-07-24 16:19:07 +0800 |
commit | 89a5bb4709168de6077832b3ba7b130613ca3630 (patch) | |
tree | 914f8ade1b480422b15cf7e276709aef4c875c09 /deskutils | |
parent | d3af47739065bed5ec83475f401dc73834e02bb8 (diff) | |
download | freebsd-ports-gnome-89a5bb4709168de6077832b3ba7b130613ca3630.tar.gz freebsd-ports-gnome-89a5bb4709168de6077832b3ba7b130613ca3630.tar.zst freebsd-ports-gnome-89a5bb4709168de6077832b3ba7b130613ca3630.zip |
Remove MAKE_JOBS_SAFE which is now default.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notify-osd/Makefile | 1 | ||||
-rw-r--r-- | deskutils/xfce4-generic-slider/Makefile | 1 | ||||
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 1 | ||||
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index 692308d21d08..cdab216d496a 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -23,6 +23,5 @@ GNU_CONFIGURE= yes USES= gmake USE_GNOME= libwnck gconf2 USE_GCC= 4.4+ -MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/deskutils/xfce4-generic-slider/Makefile b/deskutils/xfce4-generic-slider/Makefile index 58455aca2891..c9cc87b3cf3b 100644 --- a/deskutils/xfce4-generic-slider/Makefile +++ b/deskutils/xfce4-generic-slider/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv3 USES= pkgconfig USE_XFCE= panel libutil libgui -MAKE_JOBS_SAFE= yes CFLAGS+= `pkg-config --cflags libxfce4panel-1.0 libxfcegui4-1.0` LDFLAGS+= `pkg-config --libs libxfce4panel-1.0 libxfcegui4-1.0` diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 0d7497a98316..6a1b910a5717 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -27,7 +27,6 @@ USE_BZIP2= yes USE_GNOME= librsvg2 USE_LDCONFIG= yes USE_XFCE= configenv libutil libgui -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \ --libexecdir=${PREFIX}/libexec/xfce4 \ diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index 49f138842023..54f2f29a1ebd 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -24,7 +24,6 @@ USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil xfconf INSTALLS_ICONS= yes USE_XORG= x11 -MAKE_JOBS_SAFE= yes CONFLICTS= notification-daemon-[0-9]* xfce4-notification-daemon-[0-9]* |