diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:13:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:13:46 +0000 |
commit | 9e9dcdd897e281ba542f43777310f92388c5e51e (patch) | |
tree | c49e874fd657bc4d06f988f985a514fc051e7c8f /textproc | |
parent | 8b63fe22b55748666da037dc8b891ab878ef6bb9 (diff) | |
download | ports-9e9dcdd897e281ba542f43777310f92388c5e51e.tar.gz ports-9e9dcdd897e281ba542f43777310f92388c5e51e.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-XML-RSS-JavaScript/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/textproc/p5-Lingua-EN-AddressParse/Makefile b/textproc/p5-Lingua-EN-AddressParse/Makefile index c3a4b9c3ed24..63ce8d268cad 100644 --- a/textproc/p5-Lingua-EN-AddressParse/Makefile +++ b/textproc/p5-Lingua-EN-AddressParse/Makefile @@ -25,4 +25,10 @@ PERL_CONFIGURE= yes MAN3= Lingua::EN::AddressGrammar.3 \ Lingua::EN::AddressParse.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-XML-RSS-JavaScript/Makefile b/textproc/p5-XML-RSS-JavaScript/Makefile index 64795325ab22..5a8b33965e50 100644 --- a/textproc/p5-XML-RSS-JavaScript/Makefile +++ b/textproc/p5-XML-RSS-JavaScript/Makefile @@ -21,4 +21,10 @@ PERL_CONFIGURE= yes MAN3= XML::RSS::JavaScript.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |