aboutsummaryrefslogtreecommitdiff
path: root/games/lucidlife/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/lucidlife/Makefile')
-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>