diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-02-09 02:07:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-02-09 02:07:48 +0000 |
commit | 7397c37978163d220d18c1820a902ce08dfb567e (patch) | |
tree | 181547cb46dad13385e740703e46f17c2d4d7e76 /lang/gfortran | |
parent | 220dbfdd3858548cbf5c4638ff7645ef4ee982c4 (diff) | |
download | ports-7397c37978163d220d18c1820a902ce08dfb567e.tar.gz ports-7397c37978163d220d18c1820a902ce08dfb567e.zip |
Notes
Diffstat (limited to 'lang/gfortran')
-rw-r--r-- | lang/gfortran/Makefile | 5 | ||||
-rw-r--r-- | lang/gfortran/pkg-plist | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index 3274ce9b096a..a6310d526ead 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -32,10 +32,6 @@ SNAPDATE= 20040130 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502000 -BROKEN= "Broken pkg-plist" -.endif - CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} SRCDIR= ${WRKDIR}/gcc @@ -70,7 +66,6 @@ CONFIGURE_ARGS+= --enable-threads=posix ALL_TARGET= bootstrap-lean MAN1= cpptree-ssa.1 gcctree-ssa.1 gcovtree-ssa.1 MAN7= fsf-funding.7 gfdl.7 gpl.7 -INFO= cpp gcc gccint cppinternals gccinstall pre-everything:: @${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} ${PORTOBJFORMAT} target ${CONFIGURE_TARGET}" diff --git a/lang/gfortran/pkg-plist b/lang/gfortran/pkg-plist index 2c1b81140022..678f92809de7 100644 --- a/lang/gfortran/pkg-plist +++ b/lang/gfortran/pkg-plist @@ -1,4 +1,4 @@ -@comment $FreeBSD: /tmp/pcvs/ports/lang/gfortran/Attic/pkg-plist,v 1.2 2004-02-03 00:08:41 maho Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/lang/gfortran/Attic/pkg-plist,v 1.3 2004-02-09 02:07:48 maho Exp $ bin/cpptree-ssa bin/gccbugtree-ssa bin/gcctree-ssa @@ -7,7 +7,6 @@ bin/gfortran bin/gfortrantree-ssa bin/%%GNU_HOST%%-gcc-3.5-tree-ssa bin/%%GNU_HOST%%-gcctree-ssa -include/mf-runtime.h @comment Insert PLIST.lib here @comment -=[ begin PLIST.lib ]=- @comment -=[ end PLIST.lib ]=- |