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/povray36/Makefile | |
parent | 2a3e01ed6792efcbdf55cf59bc1e9f31daf7c581 (diff) | |
download | ports-3648d1f16895e06a9f2bfef0c654ac975eb288c0.tar.gz ports-3648d1f16895e06a9f2bfef0c654ac975eb288c0.zip |
Notes
Diffstat (limited to 'graphics/povray36/Makefile')
-rw-r--r-- | graphics/povray36/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index c58629c79498..2f6adf577740 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/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 |