aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gfortran
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2007-01-14 19:52:45 +0800
committergerald <gerald@FreeBSD.org>2007-01-14 19:52:45 +0800
commitba08e90baf832e385a67581bf47cc2ceac7dcc16 (patch)
treea559d907cd5a74763706c3e00ba9a809e15861f5 /lang/gfortran
parent06019034373f130f5cd556482fa4041761ef4602 (diff)
downloadfreebsd-ports-gnome-ba08e90baf832e385a67581bf47cc2ceac7dcc16.tar.gz
freebsd-ports-gnome-ba08e90baf832e385a67581bf47cc2ceac7dcc16.tar.zst
freebsd-ports-gnome-ba08e90baf832e385a67581bf47cc2ceac7dcc16.zip
Move lang/gfortran from using lang/gcc41 to lang/gcc42 as its master port.
The next step will be to abandon this port in favor of lang/gcc42.
Diffstat (limited to 'lang/gfortran')
-rw-r--r--lang/gfortran/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile
index 93b342f20ced..c81366064bf8 100644
--- a/lang/gfortran/Makefile
+++ b/lang/gfortran/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-MASTERDIR= ${.CURDIR}/../gcc41
+MASTERDIR= ${.CURDIR}/../gcc42
WITH_FORTRAN= yes
PKGNAMESUFFIX= -withfortran
@@ -15,6 +15,6 @@ MAINTAINER= gerald@FreeBSD.org
DESCR= ${.CURDIR}/pkg-descr
PKGMESSAGE= ${.CURDIR}/pkg-message
-CONFLICTS= gcc-4.1.*
+CONFLICTS= gcc-4.2.*
.include "${MASTERDIR}/Makefile"