diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
commit | b448c924112a2914f0569c0bcec9690b9fa159cd (patch) | |
tree | 69d410f5d69f08b523a59ea57e83f8424e28807e /www/polipo | |
parent | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (diff) | |
download | ports-b448c924112a2914f0569c0bcec9690b9fa159cd.tar.gz ports-b448c924112a2914f0569c0bcec9690b9fa159cd.zip |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200793
Diffstat (limited to 'www/polipo')
-rw-r--r-- | www/polipo/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/polipo/Makefile b/www/polipo/Makefile index 524fea0b0faa..89b05c028c51 100644 --- a/www/polipo/Makefile +++ b/www/polipo/Makefile @@ -20,10 +20,6 @@ USE_RC_SUBR= polipo.sh .include <bsd.port.pre.mk> -# in some 4.x makeinfo does not work. So we do not try to build and install. -.if ${OSVERSION} < 500000 -NO_PTEXINFO= yes -.endif .if defined(NO_PTEXINFO) ALL_TARGET= polipo NOPORTDOCS= yes |