aboutsummaryrefslogtreecommitdiff
path: root/graphics/povray36
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 08:23:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 08:23:04 +0000
commit887d8a85102c7c064ba34a8e7c3b428fe12a109e (patch)
tree02631a9720293cce42df11565c3ceb9a7eec7e76 /graphics/povray36
parent5edfed3536d31473ddc3b1ce8682f4db50832cbe (diff)
downloadports-887d8a85102c7c064ba34a8e7c3b428fe12a109e.tar.gz
ports-887d8a85102c7c064ba34a8e7c3b428fe12a109e.zip
BROKEN on i386: Does not compile
Notes
Notes: svn path=/head/; revision=121854
Diffstat (limited to 'graphics/povray36')
-rw-r--r--graphics/povray36/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile
index 07ced417573b..09eac08c1526 100644
--- a/graphics/povray36/Makefile
+++ b/graphics/povray36/Makefile
@@ -63,6 +63,12 @@ CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include"
MAN1= povray.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386"
+BROKEN= "Does not compile on i386"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's+@PREFIX@+${PREFIX}+g;' ${WRKSRC}/povray.ini
@${REINPLACE_CMD} -e 's+%INSTALLDIR%+${PREFIX}/share/${PORTNAME}-${PORTVERSION}+g;' ${WRKSRC}/povray.conf
@@ -83,4 +89,4 @@ do-install:
post-install:
@${SED} -e 's,/usr/local,${PREFIX},g' ${DESCR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>