diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-19 19:30:55 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-19 19:30:55 +0000 |
commit | f6fb78fa733acb87126ff92767f6432ebd6d4d19 (patch) | |
tree | 56f765ac20c33b40b82c1e6a4be4cbf0d8d42214 | |
parent | - Update to 4878 (diff) |
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=291848
-rw-r--r-- | games/spacejunk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/spacejunk/Makefile b/games/spacejunk/Makefile index 65561f04f929..5cab92d52094 100644 --- a/games/spacejunk/Makefile +++ b/games/spacejunk/Makefile @@ -38,7 +38,7 @@ DESKTOP_ENTRIES= "Spacejunk" \ .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" -BROKEN= Doesn't compile on sparc64" +BROKEN= Doesn't compile on sparc64 .endif AUTOTOOLSFILES= aclocal.m4 |