summaryrefslogtreecommitdiffstats
path: root/audio/xmixer
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmixer')
-rw-r--r--audio/xmixer/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmixer/Makefile b/audio/xmixer/Makefile
index 52a9163..b56564e 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>
OpenPOWER on IntegriCloud