diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-06 16:40:44 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-06 16:40:44 +0000 |
commit | a86b24cddf46c4392c38b2f2c683cb2b15fdf0af (patch) | |
tree | 519707b7d90248c213badafddb8cf606a80ad3e7 /graphics | |
parent | 47b33dd94dfde95105bbfd3a72308f8f919b0aa9 (diff) | |
download | FreeBSD-ports-a86b24cddf46c4392c38b2f2c683cb2b15fdf0af.zip FreeBSD-ports-a86b24cddf46c4392c38b2f2c683cb2b15fdf0af.tar.gz |
*grr* I mean -CURRENT, not 5.2.1-R.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libfpx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile index a42798c..3843000 100644 --- a/graphics/libfpx/Makefile +++ b/graphics/libfpx/Makefile @@ -36,7 +36,7 @@ USE_BZIP2= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502001 +.if ${OSVERSION} >= 502101 BROKEN= "Does not compile" .endif |