diff options
Diffstat (limited to 'games/connectfive')
-rw-r--r-- | games/connectfive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/connectfive/Makefile b/games/connectfive/Makefile index 7869f625347e..742366e05621 100644 --- a/games/connectfive/Makefile +++ b/games/connectfive/Makefile @@ -7,7 +7,7 @@ PORTNAME= connectfive PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/connectfive DISTNAME= connectFive @@ -22,6 +22,7 @@ ALL_TARGET= default USE_SDL= sdl USE_GL= gl +USE_XORG= xmu xext x11 USE_GMAKE= yes WRKSRC= ${WRKDIR}/connectFive |