diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-12 22:30:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-12 22:30:09 +0000 |
commit | c60b4012f240828e4afca9504de2133fd71b81cc (patch) | |
tree | 0344c1eee40df91aca762477e096c5d95d5f4780 /graphics | |
parent | e18e9171ae9c8a5abba4528ecc6673961294470f (diff) | |
download | ports-c60b4012f240828e4afca9504de2133fd71b81cc.tar.gz ports-c60b4012f240828e4afca9504de2133fd71b81cc.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ophoto/Makefile | 2 |
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 |