diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-03-24 19:51:28 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-03-24 19:51:28 +0000 |
commit | d31cadffee9652bba4aed758b08c36d8bd083aad (patch) | |
tree | b815dc18ccea261588aef543312f1294282dd32a /security/libotr | |
parent | 85aa55666679c35b2a468e93c57900f4c98ae3b7 (diff) |
Notes
Diffstat (limited to 'security/libotr')
-rw-r--r-- | security/libotr/Makefile | 2 |
1 files changed, 2 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 |