diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 15:41:53 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 15:41:53 +0000 |
commit | 6d160479c29813074da497bcbccf5b7f0fcecbd2 (patch) | |
tree | d86b9903b6ae2e2ab076240a0fe0bf0211e2ebd3 /audio/gimmix | |
parent | 29340dd1722704af4305d3ba1a52341372e3aeff (diff) |
Notes
Diffstat (limited to 'audio/gimmix')
-rw-r--r-- | audio/gimmix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index c1830f9316e9..bed0144826d0 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimmix PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= gimmix @@ -16,7 +16,7 @@ MAINTAINER= matt.guegan@free.fr COMMENT= Gimmix is a graphical MPD client written in C using GTK+2 LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ - tag.5:${PORTSDIR}/audio/taglib + tag.6:${PORTSDIR}/audio/taglib USE_GNOME= gtk20 libglade2 USE_BZIP2= yes |