diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-11 04:13:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-11 04:13:19 +0000 |
commit | 9e19757de8b9c024ba9507bb9c821d547e1cf160 (patch) | |
tree | a7fbbad4278e22b23f073b73bac18810908fa0a4 /graphics/xsvg | |
parent | Add graphics/svg2png (diff) |
- Latest version of cairo fixes build on 4.x
Diffstat (limited to 'graphics/xsvg')
-rw-r--r-- | graphics/xsvg/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile index dbe4ed158663..0187ec5e7772 100644 --- a/graphics/xsvg/Makefile +++ b/graphics/xsvg/Makefile @@ -22,10 +22,4 @@ USE_XLIB= yes PLIST_FILES= bin/xsvg MAN1= xsvg.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |