diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-13 21:11:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-13 21:11:03 +0800 |
commit | 0f149f98e1b4410e5e62ce515ec47e6ac97c9969 (patch) | |
tree | f7cf6980778e0cbe71818b85cd4422bee80f0cd9 /x11-toolkits | |
parent | 59fb7c5eb9aef7147ad798dc38612ca5a3b11ce6 (diff) | |
download | freebsd-ports-gnome-0f149f98e1b4410e5e62ce515ec47e6ac97c9969.tar.gz freebsd-ports-gnome-0f149f98e1b4410e5e62ce515ec47e6ac97c9969.tar.zst freebsd-ports-gnome-0f149f98e1b4410e5e62ce515ec47e6ac97c9969.zip |
Mark jobs unsafe
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/v/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile index e4fa01b5b54e..e65814f2a041 100644 --- a/x11-toolkits/v/Makefile +++ b/x11-toolkits/v/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: v -# Date created: 8 Feb 1998 -# Whom: Donald Burr <dburr@FreeBSD.org> -# +# Created by: Donald Burr <dburr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= v PORTVERSION= 1.90 @@ -14,12 +10,13 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}a-patch${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ GUI development framework for X11 and Microsoft Windows +COMMENT= C++ GUI development framework for X11 and Microsoft Windows WRKSRC= ${WRKDIR}/home/vgui USE_XORG= x11 xt xmu xaw -USE_GMAKE= yes +USES= gmake +MAKE_JOBS_UNSAFE= yes MAKE_ENV= INSTALLDIR=${PREFIX} HOMEV=${WRKSRC} USE_DOS2UNIX= yes |