aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-03-25 03:51:28 +0800
committerdougb <dougb@FreeBSD.org>2009-03-25 03:51:28 +0800
commit7366d48714c4387589886efa72ba228bdece0bf6 (patch)
tree5f956f9dc2c708dbeaf070da3f079fa504ef5d62 /security
parent64c64b7a86d0301c808b45d4e428b02145d4928a (diff)
downloadfreebsd-ports-gnome-7366d48714c4387589886efa72ba228bdece0bf6.tar.gz
freebsd-ports-gnome-7366d48714c4387589886efa72ba228bdece0bf6.tar.zst
freebsd-ports-gnome-7366d48714c4387589886efa72ba228bdece0bf6.zip
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports
Diffstat (limited to 'security')
-rw-r--r--security/libotr/Makefile2
-rw-r--r--security/pidgin-otr/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile
index 345ed68cfa6a..bae1ed521c15 100644
--- a/security/libotr/Makefile
+++ b/security/libotr/Makefile
@@ -21,6 +21,8 @@ COMMENT= The portable OTR Messaging Library and toolkit
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \
gcrypt:${PORTSDIR}/security/libgcrypt
+MAKE_JOBS_SAFE= yes
+
USE_GNOME= pkgconfig
USE_AUTOTOOLS= autoconf:262 libtool:15
USE_LDCONFIG= yes
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index 258862d98034..3fc53f16d9cd 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -25,6 +25,8 @@ LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
gcrypt:${PORTSDIR}/security/libgcrypt \
purple:${PORTSDIR}/net-im/libpurple
+MAKE_JOBS_SAFE= yes
+
USE_GMAKE= yes
USE_GNOME= intltool
USE_GETTEXT= yes