diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:02:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:02:45 +0000 |
commit | 97baca050a5d3daa7f87c3250aa765ca9f6aafb0 (patch) | |
tree | 240c44887b0ffcefc8e5654bd226ad369df73bfd /graphics | |
parent | 76a127f4397761b7c9a95b11ac18bd6d8c151a2a (diff) | |
download | ports-97baca050a5d3daa7f87c3250aa765ca9f6aafb0.tar.gz ports-97baca050a5d3daa7f87c3250aa765ca9f6aafb0.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gsculpt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index be39823a3f9c..74f42affb51b 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -31,6 +31,10 @@ DATADIR= ${PREFIX}/share/gSculpt .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + post-patch: @${REINPLACE_CMD} -e "s|gsculpt.py|${PYTHONPREFIX_SITELIBDIR}/gSculpt/gsculpt.py|" \ ${WRKSRC}/gsculpt |