aboutsummaryrefslogtreecommitdiff
path: root/devel/asmutils/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:18:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:18:54 +0000
commit5962582d7269a6c9cdfcb155f39c3338c9f1961d (patch)
treeaad243acad70f04a59b2eec25418f838e73f8da7 /devel/asmutils/Makefile
parentea6257242fddb87f389e1d36d5ab04b1ff52d599 (diff)
downloadports-5962582d7269a6c9cdfcb155f39c3338c9f1961d.tar.gz
ports-5962582d7269a6c9cdfcb155f39c3338c9f1961d.zip
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81231
Diffstat (limited to 'devel/asmutils/Makefile')
-rw-r--r--devel/asmutils/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile
index 7138c3b29a83..6894d0245938 100644
--- a/devel/asmutils/Makefile
+++ b/devel/asmutils/Makefile
@@ -15,6 +15,12 @@ COMMENT= A set of UNIX utilities written in assembly language
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
@@ -61,4 +67,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>