diff options
-rw-r--r-- | mail/drac/Makefile | 2 | ||||
-rw-r--r-- | math/nyh-hoc/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/liberator/Makefile | 2 | ||||
-rw-r--r-- | science/mpb/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/qlwm/Makefile | 2 | ||||
-rw-r--r-- | x11/aterm/Makefile | 2 | ||||
-rw-r--r-- | x11/wmmatrix/Makefile | 6 |
7 files changed, 16 insertions, 2 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile index 693470d584c..280c188afb5 100644 --- a/mail/drac/Makefile +++ b/mail/drac/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic Relay Authorization Control, a POP-before-SMTP implementation +MAKE_JOBS_UNSAFE= yes + .if defined(WITH_POSTFIX_DB3) LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 .endif diff --git a/math/nyh-hoc/Makefile b/math/nyh-hoc/Makefile index 6a5641cbfe4..d79cad2b252 100644 --- a/math/nyh-hoc/Makefile +++ b/math/nyh-hoc/Makefile @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= High Order Calculator +MAKE_JOBS_UNSAFE= yes + GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} diff --git a/net-p2p/liberator/Makefile b/net-p2p/liberator/Makefile index a94e595dfaa..7af4fad24b9 100644 --- a/net-p2p/liberator/Makefile +++ b/net-p2p/liberator/Makefile @@ -11,6 +11,8 @@ DISTNAME= ofcp-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Command line client to FreeNet Network +MAKE_JOBS_UNSAFE= yes + BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml USE_BZIP2= yes diff --git a/science/mpb/Makefile b/science/mpb/Makefile index 22e232a774e..f0967576de1 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -12,6 +12,8 @@ COMMENT= MIT Photonic-Bands LICENSE= GPLv2 +MAKE_JOBS_UNSAFE= yes + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= fftw:${PORTSDIR}/math/fftw \ hdf5:${PORTSDIR}/science/hdf5 \ diff --git a/x11-wm/qlwm/Makefile b/x11-wm/qlwm/Makefile index 66caab4eae4..8b3df4f880a 100644 --- a/x11-wm/qlwm/Makefile +++ b/x11-wm/qlwm/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.alinden.mynetcologne.de/qlwm/ MAINTAINER= ports@FreeBSD.org COMMENT= Qt-based window manager +MAKE_JOBS_UNSAFE= yes + USE_QT4= corelib gui moc_build qmake_build MAN1= qlwm.1 diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index b0f51199830..4e2725b2acc 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Color vt102 terminal emulator with transparency support +MAKE_JOBS_UNSAFE= yes + USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-wtmp \ diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile index 3f196438583..2a4980f7e6a 100644 --- a/x11/wmmatrix/Makefile +++ b/x11/wmmatrix/Makefile @@ -10,10 +10,12 @@ MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \ DISTNAME= wmMatrix-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A DockApp that runs a version of the xmatrix screenhack +COMMENT= DockApp that runs a version of the xmatrix screenhack + +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/wmmatrix -USE_GMAKE= yes +USES= gmake USE_XORG= xpm ALL_TARGET= clean all |