diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-03 07:26:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-03 07:26:26 +0800 |
commit | b1cccbcf9abcf1c2907f5a47816231cdb402c929 (patch) | |
tree | cf2a29f17bc4a903cbffbd8134c23863e128ff6c /cad | |
parent | ac15a93c536782608ed0e96d1d5dfd506d67a02a (diff) | |
download | freebsd-ports-gnome-b1cccbcf9abcf1c2907f5a47816231cdb402c929.tar.gz freebsd-ports-gnome-b1cccbcf9abcf1c2907f5a47816231cdb402c929.tar.zst freebsd-ports-gnome-b1cccbcf9abcf1c2907f5a47816231cdb402c929.zip |
Mark broken: fails to compile on 6-STABLE.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/netgen/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index 044ad248e83f..75558f1f2cab 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -14,6 +14,10 @@ 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+ |