From e9cb0e0ba325f236bbd6d76368c45dd8708b7069 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 17 Sep 2004 22:47:50 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- emulators/adamem/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile index 714798c99e60..53086cac5915 100644 --- a/emulators/adamem/Makefile +++ b/emulators/adamem/Makefile @@ -21,6 +21,12 @@ ALL_TARGET= x PROGDIR= ${PREFIX}/${PORTNAME} +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${MKDIR} ${PROGDIR} ${INSTALL_PROGRAM} ${WRKSRC}/adamem ${PROGDIR} @@ -34,4 +40,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/adamem.txt ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3