diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:14:50 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:14:50 +0800 |
commit | 7414fe7f0eb5384bcf0deaf5f4587f1c219c904e (patch) | |
tree | a8cab517854b5dc56a09107344f965b0b80bcca3 /graphics/povray37 | |
parent | 7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (diff) | |
download | freebsd-ports-gnome-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.tar.gz freebsd-ports-gnome-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.tar.zst freebsd-ports-gnome-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'graphics/povray37')
-rw-r--r-- | graphics/povray37/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index ad10dd9bd9aa..667c22abee3c 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -63,10 +63,6 @@ CONFIGURE_ARGS= --x-includes="${X11BASE}/include" --includedir=${LOCALBASE} \ MAN1= povray.1 -.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 |