diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 16:23:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 16:23:04 +0800 |
commit | 717f8aaf89276e9a6e95cea2171cc9724de50f2f (patch) | |
tree | 1d8d58742e1dc3b2629d3a00b4dfe38f23ed3287 /graphics/povray36 | |
parent | b32e3da0ead9ca35c55d932ae8325010d78d8442 (diff) | |
download | freebsd-ports-gnome-717f8aaf89276e9a6e95cea2171cc9724de50f2f.tar.gz freebsd-ports-gnome-717f8aaf89276e9a6e95cea2171cc9724de50f2f.tar.zst freebsd-ports-gnome-717f8aaf89276e9a6e95cea2171cc9724de50f2f.zip |
BROKEN on i386: Does not compile
Diffstat (limited to 'graphics/povray36')
-rw-r--r-- | graphics/povray36/Makefile | 8 |
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> |