diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 16:03:22 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 16:03:22 +0800 |
commit | dfc2fd885de02f581020f626d1dab809e107622d (patch) | |
tree | 9fe602583cda9cdf7774575ac3d9b09941aa66b8 /audio | |
parent | 81e6092c22c5ffd53bc51f4c8e226e86737f793c (diff) | |
download | freebsd-ports-gnome-dfc2fd885de02f581020f626d1dab809e107622d.tar.gz freebsd-ports-gnome-dfc2fd885de02f581020f626d1dab809e107622d.tar.zst freebsd-ports-gnome-dfc2fd885de02f581020f626d1dab809e107622d.zip |
- Mark MAKE_JOBS_UNSAFE
- Trim header
Diffstat (limited to 'audio')
-rw-r--r-- | audio/stymulator/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/stymulator/Makefile b/audio/stymulator/Makefile index 1369aa057691..1f2bb0a29a62 100644 --- a/audio/stymulator/Makefile +++ b/audio/stymulator/Makefile @@ -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) chiptune player LICENSE= GPLv2 USE_DOS2UNIX= yes +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src |