diff options
Diffstat (limited to 'math/emc2/Makefile')
-rw-r--r-- | math/emc2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/emc2/Makefile b/math/emc2/Makefile index 8475e5e2ee99..2ffee03fe992 100644 --- a/math/emc2/Makefile +++ b/math/emc2/Makefile @@ -9,8 +9,7 @@ PORTNAME= emc2 PORTVERSION= 2.15 PORTREVISION= 5 CATEGORIES= math science -MASTER_SITES= http://www-c.inria.fr/gamma/cdrom/ftp/emc2/ \ - http://www-rocq1.inria.fr/gamma/cdrom/ftp/emc2/ +MASTER_SITES= http://pauillac.inria.fr/cdrom_a_graver/ftp/emc2/ DISTFILES= ${PORTNAME}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) DISTFILES+= ${PORTNAME}-doc-en.ps.gz ${PORTNAME}-doc-fr.ps.gz @@ -22,6 +21,8 @@ COMMENT= A graphic editor of two dimensional geometry and mesh RESTRICTED= No resale, contact author for commercial usage +BROKEN= size mismatch + WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= x11 |