diff options
author | pav <pav@FreeBSD.org> | 2009-08-10 03:43:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-08-10 03:43:05 +0800 |
commit | 4b1e5a611fb61822a0a894c53a637a2d1f49a725 (patch) | |
tree | 9a2689f611c68bae39cf914ca29b11db0f05a112 /www | |
parent | 26971623534e0f27e463bc3a0a8e2b4dc3c7ab29 (diff) | |
download | freebsd-ports-gnome-4b1e5a611fb61822a0a894c53a637a2d1f49a725.tar.gz freebsd-ports-gnome-4b1e5a611fb61822a0a894c53a637a2d1f49a725.tar.zst freebsd-ports-gnome-4b1e5a611fb61822a0a894c53a637a2d1f49a725.zip |
- Mark BROKEN on 8.X
Reported by: pointyhat
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_dtcl/Makefile | 8 |
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> |