summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-08-09 19:43:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-08-09 19:43:05 +0000
commitf4818a54acd6aaf36570a76734a3abf2b1bdab77 (patch)
tree318f9bc62744e5c7f40041467d9afd8c6e5962a9
parentMark broken after recent PyQt update (diff)
- Mark BROKEN on 8.X
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=239217
-rw-r--r--www/mod_dtcl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile
index 3b34e39e1dc4..b5f5749db88c 100644
--- a/www/mod_dtcl/Makefile
+++ b/www/mod_dtcl/Makefile
@@ -23,6 +23,12 @@ MAKEFILE= ${FILESDIR}/Makefile.bsd
USE_APACHE= 1.3
MAKE_ENV+= TCL_VERSION=${TCL_VER}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile on 8.X
+.endif
+
do-install:
${INSTALL_DATA} ${WRKSRC}/libmod_dtcl.so.1* \
${PREFIX}/libexec/apache/mod_dtcl.so
@@ -34,4 +40,4 @@ do-install:
${SED} 's,/usr/local,${LOCALBASE},g' ${PKGMESSAGE}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>