diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-04-08 03:56:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-04-08 03:56:04 +0000 |
commit | 7eaf8af92557c1a0a6d35b970029671b657117fa (patch) | |
tree | f503da2c182911e96da3ebc509a501cdfd3c30ea /lang/gfortran | |
parent | e005200f0e01e86b9e03fe474cdb64f5b037f0d1 (diff) | |
download | ports-7eaf8af92557c1a0a6d35b970029671b657117fa.tar.gz ports-7eaf8af92557c1a0a6d35b970029671b657117fa.zip |
Notes
Diffstat (limited to 'lang/gfortran')
-rw-r--r-- | lang/gfortran/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index 9e49020c0a57..2c70714a6481 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../gcc41/ -PKGNAMESUFFIX= -withfortran +MASTERDIR= ${.CURDIR}/../gcc41/ +PKGNAMESUFFIX= -withfortran WITH_FORTRAN= yes DESCR= ${.CURDIR}/pkg-descr |