diff options
Diffstat (limited to 'audio/gbemol/Makefile')
-rw-r--r-- | audio/gbemol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index d0d9b99..02e2124 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -7,7 +7,7 @@ PORTNAME= gbemol PORTVERSION= 0.3.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= tmh.public@gmail.com COMMENT= Graphical frontend for the Music Player Daemon LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd \ - curl.6:${PORTSDIR}/ftp/curl \ + curl:${PORTSDIR}/ftp/curl \ xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes |