aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmms-goom
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
commitfbb2e27d7c580d31afc71ee4372b29599d7f0fcf (patch)
treefa0ffd7250f4173fd75590194706ab7dc1b72108 /graphics/xmms-goom
parent828efc77a923da3826eaf4a74290b82f851d5809 (diff)
downloadports-fbb2e27d7c580d31afc71ee4372b29599d7f0fcf.tar.gz
ports-fbb2e27d7c580d31afc71ee4372b29599d7f0fcf.zip
Notes
Diffstat (limited to 'graphics/xmms-goom')
-rw-r--r--graphics/xmms-goom/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/xmms-goom/Makefile b/graphics/xmms-goom/Makefile
index b91952d8e1a9..5be6a6ae8031 100644
--- a/graphics/xmms-goom/Makefile
+++ b/graphics/xmms-goom/Makefile
@@ -31,10 +31,16 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g; \
s|-lgtk|`${GTK_CONFIG} --libs`|g; \
s|-O9||' \
${BUILD_WRKSRC}/src/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>