diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 17:04:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 17:04:49 +0000 |
commit | 0bdf3055bd8f7a9d9b21421a226a4c3690c6bc8d (patch) | |
tree | acccc77d180a1cd472d720ec5ba600b7612f20bb /net-im/gale/Makefile | |
parent | daada0fcb45c9b55d33ff2f1a9ab21a5a3c9e656 (diff) |
Mark as job unsafe
Notes
Notes:
svn path=/head/; revision=322713
Diffstat (limited to 'net-im/gale/Makefile')
-rw-r--r-- | net-im/gale/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index bb8c25e6879d..ccf2760517f9 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gale -# Date created: 14 July 2000 -# Whom: Peter Haight <peterh@sapros.com> -# +# Created by: Peter Haight <peterh@sapros.com> # $FreeBSD$ -# PORTNAME= gale PORTVERSION= 0.99f @@ -13,7 +9,7 @@ MASTER_SITES= http://download.ofb.net/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION}ruit MAINTAINER= jason-fbsd-ports-gale@shalott.net -COMMENT= A secure instant messaging system +COMMENT= Secure instant messaging system LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc \ wwwcore.1:${PORTSDIR}/www/libwww \ @@ -25,6 +21,7 @@ USE_AUTOTOOLS= libtool LIBTOOLFILES= configure liboop/configure USE_OPENSSL= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ |