diff options
-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> |