diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-07 03:09:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-07 03:09:51 +0000 |
commit | 97b2e5bf33ba948360d49d730c12768d59a02817 (patch) | |
tree | 9a1e2652975c49735af8898d012ac8fbde5d9615 /games | |
parent | c0f0c7941646577df8237be4273a618fc93b4bb2 (diff) |
Use USE_GSTREAMER.
Notes
Notes:
svn path=/head/; revision=130507
Diffstat (limited to 'games')
-rw-r--r-- | games/monkeybubble/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 77699c3719de..18b420aab76e 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -7,7 +7,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= http://home.gna.org/monkeybubble/downloads/ DISTNAME= monkey-bubble-${PORTVERSION} @@ -19,8 +19,9 @@ USE_X_PREFIX= yes USE_LIBTOOL_VER=15 USE_REINPLACE= yes USE_GMAKE= yes +USE_GSTREAMER= ogg USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ - gstreamerplugins intlhack + intlhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |