diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile index 7832e5d6c04..75c5e45f35a 100644 --- a/games/blobwars/Makefile +++ b/games/blobwars/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2011/12/03 19:49:46 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2011/12/03 19:54:31 ajacoutot Exp $ COMMENT = 2D arcade game DISTNAME = blobwars-1.19 -REVISION= 1 +REVISION= 2 CATEGORIES = games @@ -30,7 +30,6 @@ LIB_DEPENDS = devel/sdl-image \ devel/sdl-ttf RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2 \ x11/gtk+2,-guic MAKE_ENV += CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \