diff options
author | pav <pav@FreeBSD.org> | 2006-05-21 04:11:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-21 04:11:47 +0800 |
commit | 63ea64810070f2118dbf013a8123d7bf1323f22b (patch) | |
tree | d33f58a18a287a75f02563cdce83e4933b1a1b2c /x11 | |
parent | ce921473835ebb66d0095e2cc7a5caf6dd645b5e (diff) | |
download | freebsd-ports-graphics-63ea64810070f2118dbf013a8123d7bf1323f22b.tar.gz freebsd-ports-graphics-63ea64810070f2118dbf013a8123d7bf1323f22b.tar.zst freebsd-ports-graphics-63ea64810070f2118dbf013a8123d7bf1323f22b.zip |
- Mark BROKEN on FreeBSD 4.X
Reported by: krismail
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fireflies/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile index 64e411acd01..57aeadef23e 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> |