diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-07 05:26:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-07 05:26:22 +0800 |
commit | 31b189270398333880887301a32aa7f41fb83008 (patch) | |
tree | ee6733745d9f036b971c783e81612087415a0046 /x11/fireflies | |
parent | 8fb766b6d515aa15d19572d000c692bc7943131e (diff) | |
download | freebsd-ports-gnome-31b189270398333880887301a32aa7f41fb83008.tar.gz freebsd-ports-gnome-31b189270398333880887301a32aa7f41fb83008.tar.zst freebsd-ports-gnome-31b189270398333880887301a32aa7f41fb83008.zip |
support stage
Diffstat (limited to 'x11/fireflies')
-rw-r--r-- | x11/fireflies/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile index 35453c0237f6..3633b204a668 100644 --- a/x11/fireflies/Makefile +++ b/x11/fireflies/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://somewhere.fscked.org/proj/fireflies/files/ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= Extension of xscreensaver -LIB_DEPENDS= gfx:${PORTSDIR}/graphics/libgfx +LIB_DEPENDS= libgfx.so:${PORTSDIR}/graphics/libgfx GNU_CONFIGURE= yes USE_GL= yes @@ -26,5 +26,4 @@ MAKE_ARGS= CONFIGURE_ENV=${CONFIGURE_ENV:Q} \ CONFIGURE_SCRIPT=${CONFIGURE_SCRIPT:Q} \ CONFIGURE_ARGS=${CONFIGURE_ARGS:Q} -NO_STAGE= yes .include <bsd.port.mk> |