diff options
author | sat <sat@FreeBSD.org> | 2006-09-01 16:49:19 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-01 16:49:19 +0800 |
commit | d74d33c47de8b4f10a220eedf915c954bdcb8f1d (patch) | |
tree | ac0ab556e64dea29b27e05e71f0bddf7a5d40dfd /graphics/libgfx | |
parent | 3fb710191afabc7892a289df1038ee63d3d85e0b (diff) | |
download | freebsd-ports-gnome-d74d33c47de8b4f10a220eedf915c954bdcb8f1d.tar.gz freebsd-ports-gnome-d74d33c47de8b4f10a220eedf915c954bdcb8f1d.tar.zst freebsd-ports-gnome-d74d33c47de8b4f10a220eedf915c954bdcb8f1d.zip |
- Mark broken on 4.x
Reported by: pointyhat via kris
Diffstat (limited to 'graphics/libgfx')
-rw-r--r-- | graphics/libgfx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/libgfx/Makefile b/graphics/libgfx/Makefile index 85f0d4468c01..a2068e9a6bda 100644 --- a/graphics/libgfx/Makefile +++ b/graphics/libgfx/Makefile @@ -33,4 +33,10 @@ do-install: @${CP} -R ${WRKSRC}/include/gfx ${PREFIX}/include/ @${INSTALL_DATA} ${WRKSRC}/src/${PORTNAME}.a ${PREFIX}/lib/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not compile on 4.x +.endif + +.include <bsd.port.post.mk> |