diff options
author | maho <maho@FreeBSD.org> | 2004-02-02 21:41:30 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-02-02 21:41:30 +0800 |
commit | 3bc4de8ab4b2e0254fb9529ca46a1270481047ec (patch) | |
tree | d4205a420a5ed61a1041fc4d555fdcb3c18d4813 /lang/gfortran | |
parent | 240849536f5f9da79ca86f117b311e879a69161f (diff) | |
download | freebsd-ports-graphics-3bc4de8ab4b2e0254fb9529ca46a1270481047ec.tar.gz freebsd-ports-graphics-3bc4de8ab4b2e0254fb9529ca46a1270481047ec.tar.zst freebsd-ports-graphics-3bc4de8ab4b2e0254fb9529ca46a1270481047ec.zip |
Use ${MASTER_SITE_LOCAL}
Submitted by: sf
Diffstat (limited to 'lang/gfortran')
-rw-r--r-- | lang/gfortran/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index eedd6bd1ce9..1bc93fd1b26 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) |