diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-13 21:32:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-13 21:32:48 +0800 |
commit | 614affed9b20dad22156cd7a0010a6f77a9787d7 (patch) | |
tree | 89c908f5062bfe8007d5b185314f1390ad13112c /www/middleman | |
parent | 0dd320b3514693d6893d328bdcb1d9a922950198 (diff) | |
download | freebsd-ports-gnome-614affed9b20dad22156cd7a0010a6f77a9787d7.tar.gz freebsd-ports-gnome-614affed9b20dad22156cd7a0010a6f77a9787d7.tar.zst freebsd-ports-gnome-614affed9b20dad22156cd7a0010a6f77a9787d7.zip |
Mark jobs unsafe
Diffstat (limited to 'www/middleman')
-rw-r--r-- | www/middleman/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/middleman/Makefile b/www/middleman/Makefile index 4b1e3480b7c9..ad4ab72ba931 100644 --- a/www/middleman/Makefile +++ b/www/middleman/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: middleman -# Date created: Sun Apr 27 15:48:16 CEST 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= middleman PORTVERSION= 1.9.1 @@ -12,11 +8,12 @@ CATEGORIES= www MASTER_SITES= SF/middle-man/Source/${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A robust proxy server +COMMENT= Robust proxy server WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake +MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread |