diff options
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 2 | ||||
-rw-r--r-- | graphics/ufraw/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 5977a99ed38c..a92050911f34 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -31,7 +31,7 @@ MAN1= ufraw.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 600000 +.if ${OSVERSION} < 504105 BROKEN= "Needs memmem(3)" .endif diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 5977a99ed38c..a92050911f34 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -31,7 +31,7 @@ MAN1= ufraw.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 600000 +.if ${OSVERSION} < 504105 BROKEN= "Needs memmem(3)" .endif |