diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 08:38:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 08:38:03 +0000 |
commit | fe3a9ad31d297532ec52038308f705e06fbc2c67 (patch) | |
tree | 03187007a08fd9faa3c1a9c31ecd5faf4aced219 /www/p5-Apache-PageKit | |
parent | edd372b52bb531eda6357af0246195f3eddc8604 (diff) | |
download | ports-fe3a9ad31d297532ec52038308f705e06fbc2c67.tar.gz ports-fe3a9ad31d297532ec52038308f705e06fbc2c67.zip |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=101155
Diffstat (limited to 'www/p5-Apache-PageKit')
-rw-r--r-- | www/p5-Apache-PageKit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-Apache-PageKit/Makefile b/www/p5-Apache-PageKit/Makefile index 7b2db5717afd..797f17849231 100644 --- a/www/p5-Apache-PageKit/Makefile +++ b/www/p5-Apache-PageKit/Makefile @@ -44,6 +44,12 @@ MAN3= Apache::ErrorReport.3 \ Apache::PageKit::Model.3 \ Apache::PageKit::Session.3 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502102 +BROKEN= "Does not compile" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} \ @@ -76,4 +82,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |