diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-02 23:26:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-02 23:26:26 +0000 |
commit | 7ff3087e696106af49fa0f950033f3168bc7c289 (patch) | |
tree | be15a99900c4f4b69bd13948c42935ca35bbb82e /cad | |
parent | a23df03aeba499ee5b860d2b593432ddb5278430 (diff) | |
download | ports-7ff3087e696106af49fa0f950033f3168bc7c289.tar.gz ports-7ff3087e696106af49fa0f950033f3168bc7c289.zip |
Notes
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+ |