diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-04-29 16:37:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-04-29 16:37:53 +0000 |
commit | 497229eceb261cd505ed9fa00de540a923faf5bd (patch) | |
tree | 780f263994f199eb945e697b779c835bafd65ba8 | |
parent | Add goattracker 2.73, a crossplatform music editor for creating Commodore (diff) |
Remove MAKE_JOBS_UNSAFE. This slipped in during testing.
Notes
Notes:
svn path=/head/; revision=439761
-rw-r--r-- | audio/goattracker/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/goattracker/Makefile b/audio/goattracker/Makefile index ad3f3759bf57..d8582700095f 100644 --- a/audio/goattracker/Makefile +++ b/audio/goattracker/Makefile @@ -22,8 +22,6 @@ MAKEFILE= makefile OPTIONS_DEFINE= DOCS EXAMPLES -MAKE_JOBS_UNSAFE=yes - CFLAGS+= `sdl-config --cflags` LIBS+= `sdl-config --libs` |