summaryrefslogtreecommitdiff
path: root/audio/denemo
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-12 04:03:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-12 04:03:55 +0000
commitfbfaa7b274db7c312d7566ac636da9661135e15c (patch)
treebbdd88d9c90ffb2ef81ae0efa84e6be053b4e569 /audio/denemo
parentBROKEN on sparc64: Does not build (diff)
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=106781
Diffstat (limited to 'audio/denemo')
-rw-r--r--audio/denemo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile
index 51c11bccf011..d2f624a848ee 100644
--- a/audio/denemo/Makefile
+++ b/audio/denemo/Makefile
@@ -28,6 +28,12 @@ USE_GETTEXT= yes
USE_GNOME= gtk12
USE_X_PREFIX= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
pre-patch:
.for ii in analysis_highlighting.c easylyparser.c easylyparser.y \
lyparserfuncs.c lyparserfuncs.h main.c playback.c print.c
@@ -60,4 +66,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>