diff options
author | ak <ak@FreeBSD.org> | 2013-08-15 06:35:50 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-08-15 06:35:50 +0800 |
commit | 472387c1864e149c8de23f290e91793ad7fbf8ca (patch) | |
tree | e9aa43bc0924dc359b2756757c2c0994f118aa35 /ports-mgmt | |
parent | f2d5090c7c455bef6c3cbb6ddcb5bc50b3fe334b (diff) | |
download | freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.tar.gz freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.tar.zst freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.zip |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/dialog4ports/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/kpackagekit/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/kports-qt4/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/pkg/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/ports-mgmt/dialog4ports/Makefile b/ports-mgmt/dialog4ports/Makefile index eb3521dc866e..69147961a98e 100644 --- a/ports-mgmt/dialog4ports/Makefile +++ b/ports-mgmt/dialog4ports/Makefile @@ -25,7 +25,6 @@ MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null PLIST_FILES= bin/dialog4ports -MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> diff --git a/ports-mgmt/kpackagekit/Makefile b/ports-mgmt/kpackagekit/Makefile index b7af9ab45594..7b6dcc83be43 100644 --- a/ports-mgmt/kpackagekit/Makefile +++ b/ports-mgmt/kpackagekit/Makefile @@ -23,7 +23,6 @@ USE_BZIP2= yes USE_GNOME= pkgconfig USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build -MAKE_JOBS_SAFE= yes USES= cmake gettext LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes diff --git a/ports-mgmt/kports-qt4/Makefile b/ports-mgmt/kports-qt4/Makefile index bb77fb390e9a..f8678b47753b 100644 --- a/ports-mgmt/kports-qt4/Makefile +++ b/ports-mgmt/kports-qt4/Makefile @@ -19,7 +19,6 @@ USE_BZIP2= yes USE_QT4= corelib gui network qmake_build moc_build uic_build rcc_build QMAKE_ARGS+= PREFIX=${PREFIX} -MAKE_JOBS_SAFE= yes HAS_CONFIGURE= yes diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index e67873129d79..072193e5b4bc 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -15,7 +15,6 @@ LICENSE= BSD USE_XZ= yes -MAKE_JOBS_SAFE= yes # Disable CCACHE support because of the chicken/egg problem pkg should always # With no dependency at all NO_CCACHE= yes diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 2d3e4ef7060a..1903d91f3a3b 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -15,7 +15,6 @@ LICENSE= BSD USE_XZ= yes -MAKE_JOBS_SAFE= yes # Disable CCACHE support because of the chicken/egg problem pkg should always # With no dependency at all NO_CCACHE= yes |