aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-17 22:47:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-17 22:47:50 +0000
commite9cb0e0ba325f236bbd6d76368c45dd8708b7069 (patch)
treeb75cc24de263cba191e90851d04cdd19db6aa48b /emulators
parent19a6e51b22954673826f209480ba4fbd283eb1f8 (diff)
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/adamem/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>