aboutsummaryrefslogtreecommitdiff
path: root/x11/fireflies
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11/fireflies
parent7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff)
downloadports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz
ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip
Notes
Diffstat (limited to 'x11/fireflies')
-rw-r--r--x11/fireflies/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile
index 57aeadef23eb..1d8886a1717f 100644
--- a/x11/fireflies/Makefile
+++ b/x11/fireflies/Makefile
@@ -7,20 +7,22 @@
PORTNAME= fireflies
PORTVERSION= 2.07
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://somewhere.fscked.org/fireflies/
MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT= Fireflies is a extention of xscreensaver
-USE_X_PREFIX= yes
+USE_XLIB= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/GL" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-CONFIGURE_ARGS= --with-bindir=${X11BASE}/bin/xscreensaver-hacks --with-confdir=${X11BASE}/share/xscreensaver/config
+CONFIGURE_ARGS= --with-bindir=${LOCALBASE}/bin/xscreensaver-hacks \
+ --with-confdir=${LOCALBASE}/share/xscreensaver/config
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.pre.mk>