diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:27:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:27:14 +0800 |
commit | 7238b14395cb7d5bb9ed19be85b97ef31884e3ed (patch) | |
tree | 16804407445218161ca5273c337a54f9150befb2 /x11/fireflies | |
parent | 920ef646f384fe4cd81929ea201c797af2cdbddd (diff) | |
download | freebsd-ports-gnome-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.tar.gz freebsd-ports-gnome-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.tar.zst freebsd-ports-gnome-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'x11/fireflies')
-rw-r--r-- | x11/fireflies/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile index dfb0c56b559d..f463be5d531e 100644 --- a/x11/fireflies/Makefile +++ b/x11/fireflies/Makefile @@ -29,13 +29,7 @@ MAKE_ARGS= CONFIGURE_ENV=${CONFIGURE_ENV:Q} \ CONFIGURE_SCRIPT=${CONFIGURE_SCRIPT:Q} \ CONFIGURE_ARGS=${CONFIGURE_ARGS:Q} -.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.post.mk> +.include <bsd.port.mk> |