diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-26 10:36:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-26 10:36:52 +0800 |
commit | a935a7c47289af1bfdc048c55551a6b5aacee5ca (patch) | |
tree | 7405f0a09c9e0cc054e4a60e4fde19cc975604db /portuguese | |
parent | 3aca4ce5d8e5a73f505290ed385873894acebaef (diff) | |
download | freebsd-ports-gnome-a935a7c47289af1bfdc048c55551a6b5aacee5ca.tar.gz freebsd-ports-gnome-a935a7c47289af1bfdc048c55551a6b5aacee5ca.tar.zst freebsd-ports-gnome-a935a7c47289af1bfdc048c55551a6b5aacee5ca.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.
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> |