diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-26 12:38:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-26 12:38:56 +0000 |
commit | 3147bb6c6b50283c03880d7e81033e282aac97f3 (patch) | |
tree | 89144c0c393177618b49ec68e604641d401fa90b /games/monkeybubble | |
parent | f96631a4b5fc8ac2126bf257ea8fb89aab795c04 (diff) | |
download | ports-3147bb6c6b50283c03880d7e81033e282aac97f3.tar.gz ports-3147bb6c6b50283c03880d7e81033e282aac97f3.zip |
Notes
Diffstat (limited to 'games/monkeybubble')
-rw-r--r-- | games/monkeybubble/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 3a0e97ea4ac1..25356acdfde1 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -3,7 +3,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.4.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games gnome MASTER_SITES= http://home.gna.org/monkeybubble/downloads/ DISTNAME= monkey-bubble-${PORTVERSION} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool pathfix pkgconfig USE_GNOME= gnomedocutils gnomeprefix intlhack \ - librsvg2 libgnomeui + librsvg2 libgnomeui esound USE_GSTREAMER= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |