diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 06:11:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 06:11:13 +0000 |
commit | 156c0406ba6668de3a8bc936e7756ff7998b960d (patch) | |
tree | 929d263b0b652d490b44add93178ba95f94d1214 /news | |
parent | d65230d888df2fe0db4ed501701159226f454362 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/openftd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/news/openftd/Makefile b/news/openftd/Makefile index 51e9d914d012..845ef6aea8aa 100644 --- a/news/openftd/Makefile +++ b/news/openftd/Makefile @@ -34,5 +34,10 @@ CONFIGURE_ARGS= --with-libcurl-libraries=${LOCALBASE}/lib \ --with-pcre_libraries=${LOCALBASE}/lib .include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= Does not install +.endif + .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" .include <bsd.port.post.mk> |