diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:23:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:23:04 +0000 |
commit | 887d8a85102c7c064ba34a8e7c3b428fe12a109e (patch) | |
tree | 02631a9720293cce42df11565c3ceb9a7eec7e76 /graphics/povray37 | |
parent | 5edfed3536d31473ddc3b1ce8682f4db50832cbe (diff) |
Notes
Diffstat (limited to 'graphics/povray37')
-rw-r--r-- | graphics/povray37/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 07ced417573b..09eac08c1526 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/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> |