aboutsummaryrefslogtreecommitdiff
path: root/lang/g95
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-02-02 13:41:30 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-02-02 13:41:30 +0000
commit63924244207e1a59c40a27658961c5a8aaee9b3b (patch)
treed20d22234937ba6bda7725872697ede0f6347dc4 /lang/g95
parentd6bc28cd5ba1a80cc740ac291c6bed869a18e761 (diff)
downloadports-63924244207e1a59c40a27658961c5a8aaee9b3b.tar.gz
ports-63924244207e1a59c40a27658961c5a8aaee9b3b.zip
Notes
Diffstat (limited to 'lang/g95')
-rw-r--r--lang/g95/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile
index eedd6bd1ce98..1bc93fd1b26d 100644
--- a/lang/g95/Makefile
+++ b/lang/g95/Makefile
@@ -9,7 +9,8 @@
PORTNAME= g95
PORTVERSION= 3.5.${SNAPDATE}
CATEGORIES= lang
-MASTER_SITES= http://people.freebsd.org/~maho/tree-ssa/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= maho/tree-ssa
# http://people.redhat.com/dnovillo/pub/tree-ssa/snapshot/
DISTNAME= tree-ssa-${SNAPDATE}
@@ -45,6 +46,7 @@ CONFIGURE_ARGS= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=tree-ssa \
+ --disable-libmudflap \
--enable-languages=c,f95
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
.if defined(WANT_SHAREDLIBS)