diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-26 14:06:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-26 14:06:08 +0000 |
commit | 216b5a285fdcc1456a307fcc60f3507c20d613eb (patch) | |
tree | d0c8617b772b8f0a175d436d938b8d844590b41f /games/lucidlife/Makefile | |
parent | b829518a7d432b7cc2546fde7f032238d1db13dc (diff) |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes
Notes:
svn path=/head/; revision=366215
Diffstat (limited to 'games/lucidlife/Makefile')
-rw-r--r-- | games/lucidlife/Makefile | 4 |
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> |