diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
commit | 011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch) | |
tree | be6c85e782d49cf223592ee199c43ca0222da761 /audio/glame | |
parent | Update to 1.8.8 (diff) |
- Chase guile shared lib bump
- Add an entry to UPDATING
Notes
Notes:
svn path=/head/; revision=278635
Diffstat (limited to 'audio/glame')
-rw-r--r-- | audio/glame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index ac93f03c40ce..a0a9fc3dc8b5 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -7,7 +7,7 @@ PORTNAME= glame PORTVERSION= 2.0.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= audio gnome MASTER_SITES= SF @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ mad.2:${PORTSDIR}/audio/libmad \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - guile.20:${PORTSDIR}/lang/guile + guile.21:${PORTSDIR}/lang/guile USE_XORG= xbitmaps x11 USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui |