diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-07 00:30:45 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-07 00:30:45 +0800 |
commit | 47b33dd94dfde95105bbfd3a72308f8f919b0aa9 (patch) | |
tree | d42209c59bd802189a03b228b772c10f1611303e /graphics | |
parent | ff7f122463e835224d3e8003224341a9d84a3115 (diff) | |
download | freebsd-ports-gnome-47b33dd94dfde95105bbfd3a72308f8f919b0aa9.tar.gz freebsd-ports-gnome-47b33dd94dfde95105bbfd3a72308f8f919b0aa9.tar.zst freebsd-ports-gnome-47b33dd94dfde95105bbfd3a72308f8f919b0aa9.zip |
Mark BROKEN for -CURRENT only, since it does compile on 5.2-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 db9850730854..a42798c50ef0 100644 --- a/graphics/libfpx/Makefile +++ b/graphics/libfpx/Makefile @@ -36,7 +36,7 @@ USE_BZIP2= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502000 +.if ${OSVERSION} >= 502001 BROKEN= "Does not compile" .endif |