diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-24 02:34:23 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-24 02:34:23 +0000 |
commit | d3ebfc4683a496abb50fe7ed0fd028621f645a91 (patch) | |
tree | 91b53ecdfd62a914caae57dacfddba955638b6a8 /graphics | |
parent | 5a89e0e8c249828e3b250f8a9589b0e2ec59559a (diff) | |
download | ports-d3ebfc4683a496abb50fe7ed0fd028621f645a91.tar.gz ports-d3ebfc4683a496abb50fe7ed0fd028621f645a91.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-soya3d/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 8d90b19b1918..9ff7efa073e0 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -40,6 +40,12 @@ INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} DISTFILES+= SoyaTutorial-${PORTVERSION}${EXTRACT_SUFX} .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile in ${ARCH}" +.endif + post-install: @${INSTALL_DIR} ${EXAMPLESDIR} @${CP} -R ${WRKDIR}/SoyaTutorial-${PORTVERSION}/tutorial/* ${EXAMPLESDIR} @@ -53,4 +59,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |