diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 16:38:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 16:38:03 +0800 |
commit | c76873afbdbcc29e6c3af7406eee0e991ecfc27b (patch) | |
tree | 083589e002b722c87973b00dca1b3352aa6e043c /www | |
parent | 54fd70b2a8561f7ec1a29aa9e932a3fe62d07a9e (diff) | |
download | freebsd-ports-gnome-c76873afbdbcc29e6c3af7406eee0e991ecfc27b.tar.gz freebsd-ports-gnome-c76873afbdbcc29e6c3af7406eee0e991ecfc27b.tar.zst freebsd-ports-gnome-c76873afbdbcc29e6c3af7406eee0e991ecfc27b.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'www')
-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> |