diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 03:02:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 03:02:57 +0000 |
commit | 2bc6cf7c7eb9358934bc5865960a896732060938 (patch) | |
tree | 4f9da848987863db2ac388221f2eda93e09a7743 /lang/gfortran | |
parent | 53082da783fbbaf873f29f4788ab8ca63d77fe98 (diff) | |
download | ports-2bc6cf7c7eb9358934bc5865960a896732060938.tar.gz ports-2bc6cf7c7eb9358934bc5865960a896732060938.zip |
Notes
Diffstat (limited to 'lang/gfortran')
-rw-r--r-- | lang/gfortran/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index 1b9ebd733834..3274ce9b096a 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -32,6 +32,10 @@ SNAPDATE= 20040130 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} SRCDIR= ${WRKDIR}/gcc |