diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-30 20:37:26 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-30 20:37:26 +0000 |
commit | 004ef5b1e538bbbaf9bc75d39769042d329d7eb0 (patch) | |
tree | f61694bb74ca5669399363e311933b9acbb2c702 | |
parent | e20500a8155748c0a42522a20e52916d8679dc79 (diff) | |
download | ports-004ef5b1e538bbbaf9bc75d39769042d329d7eb0.tar.gz ports-004ef5b1e538bbbaf9bc75d39769042d329d7eb0.zip |
Notes
-rw-r--r-- | emulators/yabause/Makefile | 1 | ||||
-rw-r--r-- | games/criticalmass/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-soya3d/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 58bd67dcc4d8..26be428147e9 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -20,6 +20,7 @@ USE_GMAKE= yes USE_SDL= yes USE_GCC= 3.4+ USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259 +USE_XLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index af4888cf71b9..a9e07cf70eeb 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -19,10 +19,10 @@ COMMENT= An SDL/OpenGL space shoot\'em up game CONFLICTS= shaaft-[0-9]* -USE_X_PREFIX= yes USE_BZIP2= yes USE_SDL= image mixer sdl USE_GL= yes +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-optimize diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 7828b35cd347..366b460eb574 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -34,6 +34,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_GL= yes USE_GMAKE= yes +USE_XLIB= yes MANDIR= ${WRKDIR}/${DISTNAME}/manpage/man1 MAN1= soya_editor.1 |