diff options
Diffstat (limited to 'graphics/povray37')
-rw-r--r-- | graphics/povray37/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index c58629c..2f6adf5 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/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 |