aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/freefem++/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index cd16d684f5a..6af7ead01ea 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -10,13 +10,12 @@ DISTVERSION= 1.45-6
PORTREVISION= 1
CATEGORIES= math science
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Gamma/freefem/ \
- http://mule.ann.jussieu.fr/~hecht/ftp/freefem/
+ http://mule.ann.jussieu.fr/~hecht/ftp/freefem/%SUBDIR%/
+MASTER_SITE_SUBDIR= . old
MAINTAINER= ports@FreeBSD.org
COMMENT= An implementation of a language dedicated to the finite element method
-BROKEN= Unfetchable
-
LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \
f2c.2:${PORTSDIR}/lang/f2c \
gsl.7:${PORTSDIR}/math/gsl \