diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-04-26 14:08:55 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-04-26 14:08:55 +0000 |
commit | 2e6e9aa08a50aede6f69c27b98339f9704d23b02 (patch) | |
tree | 9b977b09dee074c8ede19008822ce044671c3907 /graphics/yafray/Makefile | |
parent | 7fa1a3feffdc04560656474469737f6357622477 (diff) |
Notes
Diffstat (limited to 'graphics/yafray/Makefile')
-rw-r--r-- | graphics/yafray/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index 6ed07ac60ac1..db016017fa2e 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -20,13 +20,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - pre-patch: @${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py -.include <bsd.port.post.mk> +.include <bsd.port.mk> |