diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-26 02:36:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-26 02:36:52 +0000 |
commit | 2379d6173bd82e685687e12e0ad5a1b61b98774f (patch) | |
tree | 3f2cb3a154200c893c4264e39c5f1fa26ff63cd8 /portuguese | |
parent | 28ff5332c9c0af79379896936327d02e0bb2bd9a (diff) | |
download | ports-2379d6173bd82e685687e12e0ad5a1b61b98774f.tar.gz ports-2379d6173bd82e685687e12e0ad5a1b61b98774f.zip |
Unmark as broken on 5.x. It compiles fine for me here on -current
and the existing bento logs show no compile error on i386 or sparc64.
Notes
Notes:
svn path=/head/; revision=96610
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/ispell-pt_BR/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/portuguese/ispell-pt_BR/Makefile b/portuguese/ispell-pt_BR/Makefile index aaeac45516c4..5feaf5c70d19 100644 --- a/portuguese/ispell-pt_BR/Makefile +++ b/portuguese/ispell-pt_BR/Makefile @@ -19,10 +19,4 @@ BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell MAN1= conjugue.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 -BROKEN= "Does not build on 5.0" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |