aboutsummaryrefslogtreecommitdiff
path: root/games/lucidlife
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-26 14:06:08 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-26 14:06:08 +0000
commit216b5a285fdcc1456a307fcc60f3507c20d613eb (patch)
treed0c8617b772b8f0a175d436d938b8d844590b41f /games/lucidlife
parentb829518a7d432b7cc2546fde7f032238d1db13dc (diff)
downloadports-216b5a285fdcc1456a307fcc60f3507c20d613eb.tar.gz
ports-216b5a285fdcc1456a307fcc60f3507c20d613eb.zip
Notes
Diffstat (limited to 'games/lucidlife')
-rw-r--r--games/lucidlife/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/lucidlife/Makefile b/games/lucidlife/Makefile
index 786a8de04338..40d080318aad 100644
--- a/games/lucidlife/Makefile
+++ b/games/lucidlife/Makefile
@@ -12,8 +12,12 @@ COMMENT= GTK2 implementation of Conway's Game of Life
USES= gmake pkgconfig
USE_GNOME= gtk20 gnomevfs2 intlhack
+USE_XORG= x11
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
+post-patch:
+ @${REINPLACE_CMD} '/^GNOME_MODULES=/s/"$$/ x11"/' ${WRKSRC}/configure
+
.include <bsd.port.mk>