aboutsummaryrefslogtreecommitdiff
path: root/audio/hs-libmpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/hs-libmpd/Makefile')
-rw-r--r--audio/hs-libmpd/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/hs-libmpd/Makefile b/audio/hs-libmpd/Makefile
index 523ab12afd47..0acf0cfd2d72 100644
--- a/audio/hs-libmpd/Makefile
+++ b/audio/hs-libmpd/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for: hs-libmpd
-# Date created: May 16, 2010
-# Whom: Gabor Pali <pgj@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= libmpd
-PORTVERSION= 0.8.0
-PORTREVISION= 1
+PORTVERSION= 0.8.0.1
CATEGORIES= audio haskell
MAINTAINER= haskell@FreeBSD.org
@@ -15,7 +9,7 @@ COMMENT= An MPD client library
LICENSE= LGPL21
-USE_CABAL= mtl>=2.0 mtl network>=2.1 text utf8-string>=0.3.1
+USE_CABAL= mtl>=2.0 network>=2.1 text utf8-string>=0.3.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>