diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | ae994c8ea8a59644c1a1406b0b6547826bc12791 (patch) | |
tree | 396acb34b10ac8f349be827c6eb833e0fd68cdff /games | |
parent | 2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/adgali/Makefile | 1 | ||||
-rw-r--r-- | games/ggz-client-libs/Makefile | 1 | ||||
-rw-r--r-- | games/ggz-gtk-client/Makefile | 1 | ||||
-rw-r--r-- | games/libggz/Makefile | 1 | ||||
-rw-r--r-- | games/quakeforge/Makefile | 1 | ||||
-rw-r--r-- | games/vamos/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index fa501e1b7d44..a6e9fe6d0f22 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ freetype.9:${PORTSDIR}/print/freetype2 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_SDL= sdl USE_XPM= yes diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile index 7eee6f6f79a7..2c063c3958e7 100644 --- a/games/ggz-client-libs/Makefile +++ b/games/ggz-client-libs/Makefile @@ -20,6 +20,7 @@ COMMENT= The GGZ Gaming Zone - Core Client Libraries LIB_DEPENDS= ggz.4:${PORTSDIR}/games/libggz \ expat.6:${PORTSDIR}/textproc/expat2 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget USE_GETOPT_LONG= yes USE_GETTEXT= yes diff --git a/games/ggz-gtk-client/Makefile b/games/ggz-gtk-client/Makefile index 341a20cf12d7..8ebc4ee92953 100644 --- a/games/ggz-gtk-client/Makefile +++ b/games/ggz-gtk-client/Makefile @@ -19,6 +19,7 @@ COMMENT= The GGZ Gaming Zone - GTK+ Frontend LIB_DEPENDS= ggzcore.8:${PORTSDIR}/games/ggz-client-libs +USE_AUTOTOOLS= libtool:15 USE_GCC= 3.3+ USE_GNOME= gnometarget gtk20 USE_GETOPT_LONG= yes diff --git a/games/libggz/Makefile b/games/libggz/Makefile index 19a88604b418..fe8d77036f0e 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -18,6 +18,7 @@ DIST_SUBDIR= ggz MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= The GGZ Gaming Zone - Base Library +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 5fb2bc8b715a..d502bb298284 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -20,6 +20,7 @@ COMMENT= Cleaned up copy of the GPLd Quake 1 source code NOT_FOR_ARCHS= sparc64 NOT_FOR_ARCHS_REASON= generated Quake C compiler (qfcc) does not work +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_BISON= yes USE_GMAKE= yes diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 000b9c3e09cb..e33216214ed3 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= cppunit-1.10.2:${PORTSDIR}/devel/cppunit \ glut.4:${PORTSDIR}/graphics/libglut \ png.5:${PORTSDIR}/graphics/png +USE_AUTOTOOLS= libtool:15 USE_GL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes |