summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:01:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:01:40 +0000
commit071c5db2529c689a2d9423a9f3e3bacc2e8cd43e (patch)
treeacaee70cf1ee8fd236c2215a301fd41047c72e02 /audio
parentBROKEN on 5.x !i386 and !amd64: Does not compile (diff)
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=102052
Diffstat (limited to 'audio')
-rw-r--r--audio/xmixer/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmixer/Makefile b/audio/xmixer/Makefile
index 52a916329cec..b56564e100f5 100644
--- a/audio/xmixer/Makefile
+++ b/audio/xmixer/Makefile
@@ -24,7 +24,13 @@ USE_AUTOCONF= yes
MAN1= xmixer.1
MLINKS= xmixer.1 xgmixer.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
pre-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|rxvt -e|xterm -e|g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>