diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:16:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:16:31 +0000 |
commit | f8a1450c135ba6623eb5e4b6ddec8b86b9509f98 (patch) | |
tree | 0e279f45fab758fde556e753f2b69400de23835d /graphics/ufraw | |
parent | 5056a8030d7b8a910d159e3b299e76fd617f2405 (diff) |
Now builds on 5.x
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=157021
Diffstat (limited to 'graphics/ufraw')
-rw-r--r-- | graphics/ufraw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |