diff options
-rw-r--r-- | audio/xfce4-mixer/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/kdetoys3/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index eb3c996fa38d..c4309b8eaf6e 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -29,6 +29,8 @@ USE_XFCE= configenv libgui libutil panel xfconf USE_XORG= xproto x11 xrender xext xinerama xrandr xcursor xcomposite \ xdamage xfixes xi xau xdmcp +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 01600ee878a1..8d1fdfa17304 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -36,6 +36,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/fonts/a010013l.pfb:${PORTSDIR}/print CONFLICTS_INSTALL= gambc-[0-9]* ghostscript[79]-[0-9]* \ ghostscript[79]-*-[0-9]* +MAKE_JOBS_UNSAFE= yes + USE_XZ= yes USE_GMAKE= yes WANT_GNOME= yes diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index 691d712fa58a..5f4bab14026c 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= KDE MAINTAINER= ports@FreeBSD.org COMMENT= Small applications for KDE +MAKE_JOBS_UNSAFE= yes + USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} |