diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-20 20:11:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-20 20:11:47 +0000 |
commit | 129c1c7df9c0505ea99398eb571cbb0818925301 (patch) | |
tree | 811b02f43bfe9608381e1bbd13d756dde0f67982 /x11/fireflies | |
parent | 2427dd5aad84f9fc42f6dc9079eec3b16a39fd90 (diff) | |
download | ports-129c1c7df9c0505ea99398eb571cbb0818925301.tar.gz ports-129c1c7df9c0505ea99398eb571cbb0818925301.zip |
Notes
Diffstat (limited to 'x11/fireflies')
-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 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> |