=================================================================== RCS file: /cvs/ports/games/ufoai/base/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/games/ufoai/base/Attic/Makefile 2011/04/18 09:30:56 1.1 +++ ports/games/ufoai/base/Attic/Makefile 2011/04/19 03:49:23 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2011/04/18 09:30:56 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2011/04/19 03:49:23 yason Exp $ COMMENT = squad-based tactical strategy game @@ -28,10 +28,13 @@ USE_GMAKE = Yes MAKE_FLAGS += CFLAGS='-DHAVE_CONFIG_H -Wall -pipe -ansi' \ ${CONFIGURE_ENV} -AUTOCONF_VERSION = 2.63 +AUTOCONF_VERSION = 2.67 AUTOMAKE_VERSION = 1.9 CONFIGURE_STYLE = autoconf automake -CONFIGURE_ARGS = --enable-release=yes --disable-ufo2map --disable-uforadiant +CONFIGURE_ARGS = --enable-release=yes \ + --disable-tests \ + --disable-ufo2map \ + --disable-uforadiant CONFIGURE_ENV += CFLAGS="-pthread" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${LOCALBASE}/include/libpng" \