summaryrefslogtreecommitdiff
path: root/graphics/xglurbules
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:48:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:48:21 +0000
commitbc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (patch)
tree6198944537e2605f2a41371bfe1a13fd435427bc /graphics/xglurbules
parentBROKEN on 5.1: installation fails (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81219
Diffstat (limited to 'graphics/xglurbules')
-rw-r--r--graphics/xglurbules/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile
index 11072b59a66d..2f0ef41f0bb0 100644
--- a/graphics/xglurbules/Makefile
+++ b/graphics/xglurbules/Makefile
@@ -13,6 +13,12 @@ MASTER_SITES= http://www.pepcross.com/glurbules/
MAINTAINER= steve@pepcross.com
COMMENT= Burning particle system eye candy program thingy for X11
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
MAN1= xglurbules.1
USE_XLIB= yes
@@ -20,4 +26,4 @@ USE_X_PREFIX= yes
MANCOMPRESSED= yes
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>