diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:33:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:33:38 +0000 |
commit | fbb2e27d7c580d31afc71ee4372b29599d7f0fcf (patch) | |
tree | fa0ffd7250f4173fd75590194706ab7dc1b72108 /graphics/xmms-goom | |
parent | 828efc77a923da3826eaf4a74290b82f851d5809 (diff) | |
download | ports-fbb2e27d7c580d31afc71ee4372b29599d7f0fcf.tar.gz ports-fbb2e27d7c580d31afc71ee4372b29599d7f0fcf.zip |
Notes
Diffstat (limited to 'graphics/xmms-goom')
-rw-r--r-- | graphics/xmms-goom/Makefile | 8 |
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> |