summaryrefslogtreecommitdiff
path: root/x11/fireflies
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-20 20:11:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-20 20:11:47 +0000
commit129c1c7df9c0505ea99398eb571cbb0818925301 (patch)
tree811b02f43bfe9608381e1bbd13d756dde0f67982 /x11/fireflies
parent- Mark IGNORE on < 5.2, these old versions are unsupported (diff)
- Mark BROKEN on FreeBSD 4.X
Reported by: krismail
Notes
Notes: svn path=/head/; revision=162904
Diffstat (limited to 'x11/fireflies')
-rw-r--r--x11/fireflies/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile
index 64e411acd01c..57aeadef23eb 100644
--- a/x11/fireflies/Makefile
+++ b/x11/fireflies/Makefile
@@ -23,7 +23,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/GL" \
CONFIGURE_ARGS= --with-bindir=${X11BASE}/bin/xscreensaver-hacks --with-confdir=${X11BASE}/share/xscreensaver/config
PLIST_SUB= VERSION=${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
post-extract:
(cd ${WRKSRC}; ${TAR} zxvpf libgfx-1.0.1.tar.gz)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>