diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-08-19 10:08:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-08-19 10:08:16 +0000 |
commit | 97403ca75c7894e6a25707c0551ceba678de9e3c (patch) | |
tree | dc628d6650097f9c271664907308a8535b323320 /textproc/sphinxsearch-devel | |
parent | 357cc3a87013e0bc9b5e3876e7db824e460da4dd (diff) | |
download | ports-97403ca75c7894e6a25707c0551ceba678de9e3c.tar.gz ports-97403ca75c7894e6a25707c0551ceba678de9e3c.zip |
Now broken on all OSVERSIONs on sparc64.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=259569
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 |