diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
commit | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (patch) | |
tree | faaedbe6ae8110bb19ce982907b65ca7c487c291 /graphics/povray36 | |
parent | f7c0630cd25902e9d0299337f0075f1969f3c15c (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200773
Diffstat (limited to 'graphics/povray36')
-rw-r--r-- | graphics/povray36/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index ad10dd9bd9aa..667c22abee3c 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/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 |