diff options
author | thierry <thierry@FreeBSD.org> | 2017-02-09 02:46:36 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-02-09 02:46:36 +0800 |
commit | 30a4c9c95223b2a8ea032036f71fd2ff24bba830 (patch) | |
tree | 579bf526f09f3bc06934f5234462f0da220f0346 /math/emc2/Makefile | |
parent | a82baf80864fbb3021e4183a891d361a54c7939d (diff) | |
download | freebsd-ports-gnome-30a4c9c95223b2a8ea032036f71fd2ff24bba830.tar.gz freebsd-ports-gnome-30a4c9c95223b2a8ea032036f71fd2ff24bba830.tar.zst freebsd-ports-gnome-30a4c9c95223b2a8ea032036f71fd2ff24bba830.zip |
Unbreak.
Diffstat (limited to 'math/emc2/Makefile')
-rw-r--r-- | math/emc2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/emc2/Makefile b/math/emc2/Makefile index 969e913f48c3..615b44cd1d0b 100644 --- a/math/emc2/Makefile +++ b/math/emc2/Makefile @@ -19,10 +19,8 @@ LICENSE_PERMS= auto-accept no-dist-sell no-pkg-sell RESTRICTED= No resale, contact author for commercial usage -BROKEN= does not fetch (404 not found) - USE_XORG= x11 -USES= gmake tar:tgz +USES= gmake ALL_TARGET= ${PORTNAME} .if defined(LANG) && ${LANG:Mfr*} != "" |