diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 12:24:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 12:24:26 +0000 |
commit | 1a90c9af172a823447ecd4ccca8e4d600c19183f (patch) | |
tree | fb2a7ca794683b48a96553e2bef2cef6d1f963c8 /deskutils | |
parent | update sqwebmail 5.6.1 (diff) |
Mark MAKE_JOBS_SAFE
Notes
Notes:
svn path=/head/; revision=317656
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-generic-slider/Makefile | 1 | ||||
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/xfce4-generic-slider/Makefile b/deskutils/xfce4-generic-slider/Makefile index e42a15c01c21..f2e8c61db511 100644 --- a/deskutils/xfce4-generic-slider/Makefile +++ b/deskutils/xfce4-generic-slider/Makefile @@ -14,6 +14,7 @@ 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-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index 3adfc23dbc90..bc72845a0bc8 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -25,6 +25,7 @@ USE_GNOME= gtk20 intltool intlhack desktopfileutils 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]* |