From c2070853d58e5fbac2072d5722f1bd0d03369642 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 7 Feb 2004 03:02:57 +0000 Subject: BROKEN on 5.x: broken pkg-plist --- lang/g95/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/g95') diff --git a/lang/g95/Makefile b/lang/g95/Makefile index 1b9ebd733834..3274ce9b096a 100644 --- a/lang/g95/Makefile +++ b/lang/g95/Makefile @@ -32,6 +32,10 @@ SNAPDATE= 20040130 .include +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} SRCDIR= ${WRKDIR}/gcc -- cgit