aboutsummaryrefslogtreecommitdiffstats
path: root/games/lucidlife/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/lucidlife/Makefile')
-rw-r--r--games/lucidlife/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/lucidlife/Makefile b/games/lucidlife/Makefile
index 4dd88cc70fdd..86b5a907b504 100644
--- a/games/lucidlife/Makefile
+++ b/games/lucidlife/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= lucidlife
-PORTVERSION= 0.9
-PORTREVISION= 1
+PORTVERSION= 0.9.1
CATEGORIES= games
MASTER_SITES= http://offload1.icculus.org/~jcspray/LucidLife/ \
http://icculus.org/~jcspray/LucidLife/
@@ -15,11 +14,9 @@ MASTER_SITES= http://offload1.icculus.org/~jcspray/LucidLife/ \
MAINTAINER= mwisnicki+freebsd@gmail.com
COMMENT= A GTK2 implementation of Conway's Game of Life
-USE_X_PREFIX= yes
+USE_GCC= 3.2+
USE_GMAKE= yes
USE_GNOME= gtk20 gnomevfs2 intlhack
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
-
.include <bsd.port.mk>