diff options
author | linimon <linimon@FreeBSD.org> | 2010-08-19 18:08:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-08-19 18:08:16 +0800 |
commit | f9a46e7f1e82a3ded49c795e2b086aa6c101fa49 (patch) | |
tree | ba24ea5e470de7507a94b4c23078f36972514f7a /textproc/sphinxsearch-devel | |
parent | 775d435256cfbcd85fab17e48d99cb0060c3ab8e (diff) | |
download | freebsd-ports-gnome-f9a46e7f1e82a3ded49c795e2b086aa6c101fa49.tar.gz freebsd-ports-gnome-f9a46e7f1e82a3ded49c795e2b086aa6c101fa49.tar.zst freebsd-ports-gnome-f9a46e7f1e82a3ded49c795e2b086aa6c101fa49.zip |
Now broken on all OSVERSIONs on sparc64.
Hat: portmgr
Diffstat (limited to 'textproc/sphinxsearch-devel')
-rw-r--r-- | textproc/sphinxsearch-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sphinxsearch-devel/Makefile b/textproc/sphinxsearch-devel/Makefile index b076593a91d8..f4d1570f6d45 100644 --- a/textproc/sphinxsearch-devel/Makefile +++ b/textproc/sphinxsearch-devel/Makefile @@ -114,8 +114,8 @@ PORTEXAMPLES= * DOCS= doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml .endif -.if ${ARCH} == "sparc64" && ${OSVERSION} < 700000 -BROKEN= Does not build on sparc64-6 +.if ${ARCH} == "sparc64" +BROKEN= Does not build on sparc64 .endif # Fix up the sample configuration file to correspond to FreeBSD norms |