Date: Wed, 8 May 2013 08:03:22 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317642 - head/audio/stymulator Message-ID: <201305080803.r4883MQO004620@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed May 8 08:03:22 2013 New Revision: 317642 URL: http://svnweb.freebsd.org/changeset/ports/317642 Log: - Mark MAKE_JOBS_UNSAFE - Trim header Modified: head/audio/stymulator/Makefile Modified: head/audio/stymulator/Makefile ============================================================================== --- head/audio/stymulator/Makefile Wed May 8 07:02:33 2013 (r317641) +++ head/audio/stymulator/Makefile Wed May 8 08:03:22 2013 (r317642) @@ -1,9 +1,5 @@ -# New ports collection makefile for: stymulator -# Date created: 27 Mar 2010 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= stymulator DISTVERSION= 0.21a @@ -19,6 +15,7 @@ COMMENT= Command-line Yamaha YM2149 (.ym LICENSE= GPLv2 USE_DOS2UNIX= yes +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305080803.r4883MQO004620>