summaryrefslogtreecommitdiff
path: root/cad/netgen
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-02 23:32:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-02 23:32:19 +0000
commitf2465d75e6e4a4d442bdc8fbde8c8a9de99562a9 (patch)
treefd6d934c0c288a264f6f1ea0bbeefc570f5497aa /cad/netgen
parentMark broken: fails to compile on 6-STABLE. (diff)
Checking back, it does still compile on amd64-5.
Notes
Notes: svn path=/head/; revision=166781
Diffstat (limited to 'cad/netgen')
-rw-r--r--cad/netgen/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile
index 75558f1f2cab..e4236c2ca164 100644
--- a/cad/netgen/Makefile
+++ b/cad/netgen/Makefile
@@ -14,10 +14,6 @@ DISTNAME= ngs${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= An automatic 3D tetrahedral mesh generator
-BROKEN= does not compile on 6-STABLE
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-09-02
-
LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix
USE_GCC= 3.3+
@@ -41,6 +37,12 @@ DIRTCL= demoapp ngsolve ngtcltk
BROKEN= internal gcc error (Bug 23159)
.endif
+.if ${OSVERSION} > 600000
+BROKEN= does not compile on 6-STABLE
+DEPRECATED= ${BROKEN}
+EXPIRATION_DATE=2006-09-02
+.endif
+
TK_VER?= 8.4
SHORT_TK_VER= ${TK_VER:S/.//}