diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 02:13:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 02:13:40 +0000 |
commit | 3648d1f16895e06a9f2bfef0c654ac975eb288c0 (patch) | |
tree | 78720889e8d477fa0891aa98722371e6fdf1441f /graphics/povray/Makefile | |
parent | BROKEN on !i386 and !sparc64: Does not compile (diff) |
BROKEN on 4.x: Does not build
Notes
Notes:
svn path=/head/; revision=123083
Diffstat (limited to 'graphics/povray/Makefile')
-rw-r--r-- | graphics/povray/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index c58629c79498..2f6adf577740 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -63,6 +63,10 @@ MAN1= povray.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on 4.x" +.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 |