From 3bc4de8ab4b2e0254fb9529ca46a1270481047ec Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 2 Feb 2004 13:41:30 +0000 Subject: Use ${MASTER_SITE_LOCAL} Submitted by: sf --- lang/gfortran/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/gfortran') diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index eedd6bd1ce98..1bc93fd1b26d 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/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) -- cgit