diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-10 04:18:54 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-10 04:18:54 +0800 |
commit | d60f1248622b5aa8f4382d0fb8e78b1d10d4fb52 (patch) | |
tree | f09bf292aa2c214a963c2c295c3778fd65cc8d5f | |
parent | 408d9b10674845f820424f643ded2dc39c74d843 (diff) | |
download | marcuscom-ports-d60f1248622b5aa8f4382d0fb8e78b1d10d4fb52.tar marcuscom-ports-d60f1248622b5aa8f4382d0fb8e78b1d10d4fb52.tar.gz marcuscom-ports-d60f1248622b5aa8f4382d0fb8e78b1d10d4fb52.tar.bz2 marcuscom-ports-d60f1248622b5aa8f4382d0fb8e78b1d10d4fb52.tar.lz marcuscom-ports-d60f1248622b5aa8f4382d0fb8e78b1d10d4fb52.tar.xz marcuscom-ports-d60f1248622b5aa8f4382d0fb8e78b1d10d4fb52.tar.zst marcuscom-ports-d60f1248622b5aa8f4382d0fb8e78b1d10d4fb52.zip |
Move to LOCALBASE to fix the plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7688 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/fireflies/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile index 7a92ce6b6..1d8886a17 100644 --- a/x11/fireflies/Makefile +++ b/x11/fireflies/Makefile @@ -7,14 +7,14 @@ PORTNAME= fireflies PORTVERSION= 2.07 -PORTREVISION= 1 +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 |