aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-PageKit/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 08:38:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 08:38:03 +0000
commitfe3a9ad31d297532ec52038308f705e06fbc2c67 (patch)
tree03187007a08fd9faa3c1a9c31ecd5faf4aced219 /www/p5-Apache-PageKit/Makefile
parentedd372b52bb531eda6357af0246195f3eddc8604 (diff)
downloadports-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/Makefile')
-rw-r--r--www/p5-Apache-PageKit/Makefile8
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>