aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-02-13 06:30:09 +0800
committererwin <erwin@FreeBSD.org>2009-02-13 06:30:09 +0800
commit535fe1241843eeeb9dea9fec45ccfee86d65b3c9 (patch)
tree0492bd1a0623a34769e3c3b9fb7df5d077d0e98e /graphics
parent200a1a1331c162c03d03c9ea07122e4d978d2cdd (diff)
downloadfreebsd-ports-gnome-535fe1241843eeeb9dea9fec45ccfee86d65b3c9.tar.gz
freebsd-ports-gnome-535fe1241843eeeb9dea9fec45ccfee86d65b3c9.tar.zst
freebsd-ports-gnome-535fe1241843eeeb9dea9fec45ccfee86d65b3c9.zip
Also mark BROKEN on recent 7 after the MFC of strndup(3).
Submitted by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ophoto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ophoto/Makefile b/graphics/ophoto/Makefile
index 2b6bc0e615e2..3bf9c40b209b 100644
--- a/graphics/ophoto/Makefile
+++ b/graphics/ophoto/Makefile
@@ -22,7 +22,7 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 800058
+.if ${OSVERSION} >= 800058 || (${OSVERSION} >= 701101 && ${OSVERSION} < 800000)
BROKEN= does not build
.endif