diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-06 21:26:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-06 21:26:22 +0000 |
commit | 5bd17f9ad537a93234044d17464adda3b079e44a (patch) | |
tree | ee6733745d9f036b971c783e81612087415a0046 | |
parent | d8d5582ce7991822cf6e36c4a5a4304e5e9c2c18 (diff) | |
download | freebsd-ports-5bd17f9ad537a93234044d17464adda3b079e44a.zip |
support stage
-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> |