summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-03-07 17:16:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-03-07 17:16:31 +0000
commitf8a1450c135ba6623eb5e4b6ddec8b86b9509f98 (patch)
tree0e279f45fab758fde556e753f2b69400de23835d /graphics
parentNow builds on !i386 (diff)
Now builds on 5.x
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=157021
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-ufraw/Makefile2
-rw-r--r--graphics/ufraw/Makefile2
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