aboutsummaryrefslogtreecommitdiff
path: root/devel/smake
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 22:18:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 22:18:09 +0000
commit8d9a2a7309d388e9ad39ff12911fa6401f5e0610 (patch)
treefd44c204d314979c39a49f037b340025cf6eca04 /devel/smake
parent3cdc8f829e42c4e6fb17345e08f71e13f2e76f2a (diff)
downloadports-8d9a2a7309d388e9ad39ff12911fa6401f5e0610.tar.gz
ports-8d9a2a7309d388e9ad39ff12911fa6401f5e0610.zip
BROKEN on sparc64: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132039
Diffstat (limited to 'devel/smake')
-rw-r--r--devel/smake/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/smake/Makefile b/devel/smake/Makefile
index 24104b29f06c..d406cf69c1e6 100644
--- a/devel/smake/Makefile
+++ b/devel/smake/Makefile
@@ -23,4 +23,10 @@ MAKE_ARGS= INS_BASE=${PREFIX}
MAN1= smake.1
MAN5= makefiles.5 makerules.5
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not build on sparc64"
+.endif
+
+.include <bsd.port.post.mk>