diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-10 06:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-10 06:33:48 +0800 |
commit | 2ef5715c84c423e280be979e9e21898321ab4fd6 (patch) | |
tree | ee70753d9a9e4fa44b430bd64e0fa64a5fb061a0 /games | |
parent | 038f975f3bc003b1cc63f813b906409dd52754a1 (diff) | |
download | marcuscom-ports-2ef5715c84c423e280be979e9e21898321ab4fd6.tar.gz marcuscom-ports-2ef5715c84c423e280be979e9e21898321ab4fd6.tar.zst marcuscom-ports-2ef5715c84c423e280be979e9e21898321ab4fd6.zip |
Chase the gstreamerplugins shared lib bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2024 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-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 7ef08d522..3bf6622b6 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -7,7 +7,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.1.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games gnome #MASTER_SITES= http://monkey-bubble.tuxfamily.org/ #OMG where did the website go?!?! MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e "s|gstreamer-0.6|gstreamer-0.7|g" \ + @${REINPLACE_CMD} -e "s|gstreamer-0.6|gstreamer-0.8|g" \ ${WRKSRC}/configure .include <bsd.port.mk> |