diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-09 20:38:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-09 20:38:53 +0000 |
commit | f896c6fa6531758c1a5572aaff66865860dbae97 (patch) | |
tree | f7494ae9c8346b17e8186ef29b9bf3cceab9cdf4 /lang | |
parent | 31818d07e5d58c4885d868e64a67c480f78a6e28 (diff) | |
download | ports-f896c6fa6531758c1a5572aaff66865860dbae97.tar.gz ports-f896c6fa6531758c1a5572aaff66865860dbae97.zip |
force commit.
- Fix Makefile entry
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=170222
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gforth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index c3c223a425c8..b7dd15fb560d 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -39,7 +39,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> -BROKEN= does not build in Makefile +BROKEN= does not build .if ${ARCH} == i386 WORDSIZE=32 |