diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-03 07:32:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-03 07:32:19 +0800 |
commit | 4af1c8d52f29e4f0a6620536ab6d6a6c0f3f04a9 (patch) | |
tree | c4abc0e27fa145a6edd59310aeb7ecec2bcd7b48 /cad | |
parent | b1cccbcf9abcf1c2907f5a47816231cdb402c929 (diff) | |
download | freebsd-ports-gnome-4af1c8d52f29e4f0a6620536ab6d6a6c0f3f04a9.tar.gz freebsd-ports-gnome-4af1c8d52f29e4f0a6620536ab6d6a6c0f3f04a9.tar.zst freebsd-ports-gnome-4af1c8d52f29e4f0a6620536ab6d6a6c0f3f04a9.zip |
Checking back, it does still compile on amd64-5.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/netgen/Makefile | 10 |
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/.//} |