Index: head/games/monkeybubble/Makefile =================================================================== --- head/games/monkeybubble/Makefile (revision 465886) +++ head/games/monkeybubble/Makefile (revision 465887) @@ -1,37 +1,34 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= monkeybubble PORTVERSION= 0.4.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games gnome MASTER_SITES= http://home.gna.org/monkeybubble/downloads/ DISTNAME= monkey-bubble-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool pathfix pkgconfig -USE_GNOME= gnomedocutils gnomeprefix intlhack \ - librsvg2 libgnomeui esound -USE_GSTREAMER= yes +USES= gmake libtool localbase pathfix pkgconfig +USE_GNOME= gnomedocutils gnomeprefix intlhack librsvg2 libgnomeui +USE_GSTREAMER= good vorbis GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lm +LIBS+= -lm INSTALLS_OMF= yes GCONF_SCHEMAS= monkey-bubble.schemas post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-g -O2||g ; \ s|-Werror||g' @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/src/net/message-handler.c \ - ${WRKSRC}/src/net/simple-server.c \ - ${WRKSRC}/src/ui/main.c + ${WRKSRC}/src/net/simple-server.c .include Index: head/games/monkeybubble/files/patch-src_ui_main.c =================================================================== --- head/games/monkeybubble/files/patch-src_ui_main.c (nonexistent) +++ head/games/monkeybubble/files/patch-src_ui_main.c (revision 465887) @@ -0,0 +1,15 @@ +--- src/ui/main.c.orig 2004-12-03 07:05:59 UTC ++++ src/ui/main.c +@@ -11,11 +11,10 @@ + #include "ui-main.h" + #include "input-manager.h" + +-#include + #include + #include + #include +-#include ++#include + #include + + #include Property changes on: head/games/monkeybubble/files/patch-src_ui_main.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property