aboutsummaryrefslogtreecommitdiffstats
path: root/lang/TenDRA/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-07-03 10:52:33 +0800
committerkris <kris@FreeBSD.org>2000-07-03 10:52:33 +0800
commit8a4d766e8bb7e27cae5a0fec9250f03ceacdd432 (patch)
tree22011eb73c0172ca2ae75e7b151bad138d951b4b /lang/TenDRA/Makefile
parentcaedfcb4cad508b5f47fd1161b84dd05ed4f8287 (diff)
downloadfreebsd-ports-gnome-8a4d766e8bb7e27cae5a0fec9250f03ceacdd432.tar.gz
freebsd-ports-gnome-8a4d766e8bb7e27cae5a0fec9250f03ceacdd432.tar.zst
freebsd-ports-gnome-8a4d766e8bb7e27cae5a0fec9250f03ceacdd432.zip
Oops, this is only actually broken (does not compile) on 3.x, so mark it
as such. Also remove an additional .orig file on deinstall, which probably shouldn't be there at all, but this port was too big and scary to track down where it came from. Noticed by: bento
Diffstat (limited to 'lang/TenDRA/Makefile')
-rw-r--r--lang/TenDRA/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile
index 838f9d3e29dc..9b77441359c3 100644
--- a/lang/TenDRA/Makefile
+++ b/lang/TenDRA/Makefile
@@ -12,7 +12,11 @@ MASTER_SITES= ftp://alph.dera.gov.uk/pub/TenDRA/
MAINTAINER= rnordier@FreeBSD.org
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400000
BROKEN= "Does not compile."
+.endif
ONLY_FOR_ARCHS= i386
OSRELEASE!= uname -r
@@ -75,4 +79,4 @@ post-install:
${CHOWN} ${MANOWN}:${MANGRP} ${MAN5} && \
${CHMOD} ${MANMODE} ${MAN5})
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>