=================================================================== RCS file: /cvs/ports/x11/bino/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/x11/bino/Attic/Makefile 2011/04/03 16:40:28 1.2 +++ ports/x11/bino/Attic/Makefile 2011/04/25 08:28:31 1.3 @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2011/04/03 16:40:28 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2011/04/25 08:28:31 yason Exp $ +#BROKEN = depends on linux-compat, requires libass COMMENT = stereoscopic 3D video player -DISTNAME = bino-0.9.2 +DISTNAME = bino-0.9.4 CATEGORIES = x11 @@ -30,22 +31,21 @@ #RUN_DEPENDS = ??? LIB_DEPENDS = audio/openal \ graphics/ffmpeg \ - graphics/glew + graphics/glew \ + x11/libass #REGRESS_DEPENDS = ??? #REGRESS_FLAGS = ??? -#SEPARATE_BUILD = simple (build in a directory other than WRKSRC) -#SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC) USE_GMAKE = Yes #USE_LIBTOOL = Yes CONFIGURE_STYLE = autoconf -CONFIGURE_ARGS += --disable-silent-rules +CONFIGURE_ARGS += --disable-silent-rules --enable-debug CONFIGURE_ENV += CPPFLAGS="-I${X11BASE}/include" \ CXXFLAGS="-DHAVE_VASPRINTF=1 -DHAVE_SYSCONF=1" \ LDFLAGS="-L${X11BASE}/lib" -AUTOCONF_VERSION = 2.65 +AUTOCONF_VERSION = 2.67 #REGRESS_IS_INTERACTIVE = Yes