diff options
author | kris <kris@FreeBSD.org> | 2004-09-17 22:47:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-17 22:47:50 +0000 |
commit | 55c569d8503e8814d1808e669f90dc77691862bc (patch) | |
tree | 264bb2935ea30164ece80a9fa52e7520dc6811c2 /emulators | |
parent | 2136eac81725e1bf7e74da91aa14f60bcb456e07 (diff) | |
download | FreeBSD-ports-55c569d8503e8814d1808e669f90dc77691862bc.zip FreeBSD-ports-55c569d8503e8814d1808e669f90dc77691862bc.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
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 714798c..53086ca 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> |