diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-02-06 22:16:03 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-02-06 22:16:03 +0000 |
commit | b4f474287db62ca27192b53e615429366b8efdd3 (patch) | |
tree | be028b12410caab04903c602e0b078264765dfe6 /lang/gfortran | |
parent | 15d6e20503577c2893b7aef0dabe9146bbdc1561 (diff) | |
download | ports-b4f474287db62ca27192b53e615429366b8efdd3.tar.gz ports-b4f474287db62ca27192b53e615429366b8efdd3.zip |
Notes
Diffstat (limited to 'lang/gfortran')
-rw-r--r-- | lang/gfortran/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index 8e3c9be65fa2..9e49020c0a57 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../gcc40/ +MASTERDIR= ${.CURDIR}/../gcc41/ PKGNAMESUFFIX= -withfortran WITH_FORTRAN= yes |