diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-02 09:42:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-02 09:42:14 +0800 |
commit | 0df4c8d4f44b4fbf4f5d900b1b523547da091f59 (patch) | |
tree | 4365aaa610847d11190fa14559851eac810ff681 /games/monkeybubble/Makefile | |
parent | ccc651461327d01539efb96e4021744fa8b385fa (diff) | |
download | marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.gz marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.bz2 marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.lz marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.xz marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.zst marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.zip |
* Use gstreamerplugins
* Fix a bug that prevented GConf schemas from being properly registered
* Bump PORTREVISION
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1580 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/monkeybubble/Makefile')
-rw-r--r-- | games/monkeybubble/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index dcd3cf54e..ed828b2c7 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -7,7 +7,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= http://monkey-bubble.tuxfamily.org/ DISTNAME= monkey-bubble-${PORTVERSION} @@ -15,14 +15,13 @@ DISTNAME= monkey-bubble-${PORTVERSION} MAINTAINER= adamw@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys -LIB_DEPENDS= gstplay-0.7:${PORTSDIR}/multimedia/gstreamer-plugins - USE_X_PREFIX= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui lthack intlhack +USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui lthack intlhack \ + gstreamerplugins CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |