=================================================================== RCS file: /cvs/ports/games/foobillard/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/games/foobillard/Attic/Makefile 2010/02/05 06:15:28 1.2 +++ ports/games/foobillard/Attic/Makefile 2010/08/17 22:58:38 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2010/02/05 06:15:28 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2010/08/17 21:58:38 yason Exp $ COMMENT = free OpenGl billard game @@ -16,16 +16,17 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = GL GLU ICE SM Xaw Xi c freetype m pthread z +WANTLIB = GL GLU ICE SM SDL Xaw Xi c freetype m png pthread z MASTER_SITES = ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ -LIB_DEPENDS = png::graphics/png \ - SDL::devel/sdl +LIB_DEPENDS = ::graphics/png \ + ::devel/sdl USE_X11 = Yes USE_GMAKE = Yes -CONFIGURE_STYLE = automake +CONFIGURE_STYLE = autoconf +AUTOCONF_VERSION = 2.57 NO_REGRESS = Yes