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 /net-im | |
parent | d3af47739065bed5ec83475f401dc73834e02bb8 (diff) | |
download | freebsd-ports-graphics-89a5bb4709168de6077832b3ba7b130613ca3630.tar.gz freebsd-ports-graphics-89a5bb4709168de6077832b3ba7b130613ca3630.tar.zst freebsd-ports-graphics-89a5bb4709168de6077832b3ba7b130613ca3630.zip |
Remove MAKE_JOBS_SAFE which is now default.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/bsflite/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-bs/Makefile | 1 | ||||
-rw-r--r-- | net-im/pidgin-privacy-please/Makefile | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/net-im/bsflite/Makefile b/net-im/bsflite/Makefile index 928c9414543..f2984abe6ff 100644 --- a/net-im/bsflite/Makefile +++ b/net-im/bsflite/Makefile @@ -9,8 +9,6 @@ MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Lightweight command line AIM client -MAKE_JOBS_SAFE= yes - PLIST_FILES= bin/bsflite %%EXAMPLESDIR%%/config-example PLIST_DIRS= %%EXAMPLESDIR%% PORTDOCS= COPYING ChangeLog README diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile index 63ac459f3fc..ce4ea833e8b 100644 --- a/net-im/pidgin-bs/Makefile +++ b/net-im/pidgin-bs/Makefile @@ -21,7 +21,6 @@ USES= gettext gmake USE_BZIP2= yes USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin -MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> diff --git a/net-im/pidgin-privacy-please/Makefile b/net-im/pidgin-privacy-please/Makefile index 1fa23d61bd3..6c0f29b5db1 100644 --- a/net-im/pidgin-privacy-please/Makefile +++ b/net-im/pidgin-privacy-please/Makefile @@ -20,6 +20,5 @@ GNU_CONFIGURE= yes USES= gettext gmake USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin -MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |