diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:47:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:47:50 +0000 |
commit | e9cb0e0ba325f236bbd6d76368c45dd8708b7069 (patch) | |
tree | b75cc24de263cba191e90851d04cdd19db6aa48b /emulators | |
parent | 19a6e51b22954673826f209480ba4fbd283eb1f8 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/adamem/Makefile | 8 |
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> |