svn commit: r322928 - head/multimedia/vic
Baptiste Daroussin
bapt at FreeBSD.org
Sat Jul 13 13:54:59 UTC 2013
Author: bapt
Date: Sat Jul 13 13:54:58 2013
New Revision: 322928
URL: http://svnweb.freebsd.org/changeset/ports/322928
Log:
Mark jobs unsafe
Modified:
head/multimedia/vic/Makefile
Modified: head/multimedia/vic/Makefile
==============================================================================
--- head/multimedia/vic/Makefile Sat Jul 13 13:33:34 2013 (r322927)
+++ head/multimedia/vic/Makefile Sat Jul 13 13:54:58 2013 (r322928)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: vic
-# Date created: 14 December 1994
-# Whom: wollman
-#
+# Created by: wollman
# $FreeBSD$
-#
PORTNAME= vic
PORTVERSION= 2.8.1.1.6
@@ -21,6 +17,8 @@ LIB_DEPENDS= uclmmbase:${PORTSDIR}/devel
USE_TK= 84
USE_TK_BUILD= 84
+MAKE_JOBS_UNSAFE= yes
+
USE_AUTOTOOLS= autoconf213
USE_XORG= xext
CONFIGURE_ARGS= -x-libraries=${LOCALBASE}/lib \
More information about the svn-ports-head
mailing list