svn commit: r439761 - head/audio/goattracker

Emanuel Haupt ehaupt at FreeBSD.org
Sat Apr 29 16:37:54 UTC 2017


Author: ehaupt
Date: Sat Apr 29 16:37:53 2017
New Revision: 439761
URL: https://svnweb.freebsd.org/changeset/ports/439761

Log:
  Remove MAKE_JOBS_UNSAFE. This slipped in during testing.

Modified:
  head/audio/goattracker/Makefile

Modified: head/audio/goattracker/Makefile
==============================================================================
--- head/audio/goattracker/Makefile	Sat Apr 29 16:34:15 2017	(r439760)
+++ head/audio/goattracker/Makefile	Sat Apr 29 16:37:53 2017	(r439761)
@@ -22,8 +22,6 @@ MAKEFILE=	makefile
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-MAKE_JOBS_UNSAFE=yes
-
 CFLAGS+=	`sdl-config --cflags`
 LIBS+=		`sdl-config --libs`
 


More information about the svn-ports-all mailing list