diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-16 04:58:49 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-16 04:58:49 +0000 |
commit | c5662c853cfab4113ed271be3dc5ab98c6d6d051 (patch) | |
tree | a5b3c5e5d2202b9f39d2a18b71cb0bf10baf42d0 /lang/librep | |
parent | 6c75f2faa141d63682c6ab36f266055e72b46682 (diff) | |
download | ports-c5662c853cfab4113ed271be3dc5ab98c6d6d051.tar.gz ports-c5662c853cfab4113ed271be3dc5ab98c6d6d051.zip |
Notes
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 9f7565c56661..212f722585ce 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -41,7 +41,7 @@ PREFIX?= ${X11BASE} .include <bsd.port.pre.mk> .if ${ARCH} == ia64 -BROKEN= "Does not build on ia64" +BROKEN= Does not build on ia64 .endif .if ${OSVERSION} > 500023 |