diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-09-14 11:06:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-09-14 11:06:04 +0800 |
commit | 984059f0b4299858d4c6b8a83f94d5768980c9c6 (patch) | |
tree | fbd7a40b56a3b852480b6befac81f2939aa3a479 /games | |
parent | d710e6434ab89ba70d28eaed82c1cc1b142b5574 (diff) | |
download | freebsd-ports-gnome-984059f0b4299858d4c6b8a83f94d5768980c9c6.tar.gz freebsd-ports-gnome-984059f0b4299858d4c6b8a83f94d5768980c9c6.tar.zst freebsd-ports-gnome-984059f0b4299858d4c6b8a83f94d5768980c9c6.zip |
Add explicit dependency on libX11
Diffstat (limited to 'games')
-rw-r--r-- | games/bloodfrontier/Makefile | 1 | ||||
-rw-r--r-- | games/jag/Makefile | 1 | ||||
-rw-r--r-- | games/neverball/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/games/bloodfrontier/Makefile b/games/bloodfrontier/Makefile index 4f749d2d0fc1..cac42e7b96c8 100644 --- a/games/bloodfrontier/Makefile +++ b/games/bloodfrontier/Makefile @@ -17,6 +17,7 @@ USE_BZIP2= yes CONFIGURE_WRKSRC= ${WRKSRC}/src/enet BUILD_WRKSRC= ${WRKSRC}/src WRKSRC= ${WRKDIR}/${PORTNAME} +USE_XORG= x11 ALL_TARGET= libenet ${BINARIES} diff --git a/games/jag/Makefile b/games/jag/Makefile index 35bd46207349..969c9cdcaa68 100644 --- a/games/jag/Makefile +++ b/games/jag/Makefile @@ -17,6 +17,7 @@ COMMENT= 2D arcade-puzzle game like KDiamonds USE_ZIP= yes USE_SDL= sdl mixer USE_DOS2UNIX= Game.pro +USE_XORG= x11 USE_QT4= qmake_build uic_build moc_build rcc_build \ corelib svg xml opengl network diff --git a/games/neverball/Makefile b/games/neverball/Makefile index b9328a5ace86..056e3d1319fb 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -20,6 +20,7 @@ USE_GL= gl USE_SDL= sdl ttf USE_GMAKE= yes MAKE_ENV+= ENABLE_WII=0 +USE_XORG= x11 PORTDOCS= CHANGES COPYING README MAN6= neverball.6 neverputt.6 |