aboutsummaryrefslogtreecommitdiff
path: root/audio/mt-daapd
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-10-28 07:59:53 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-10-28 07:59:53 +0000
commit872d7f80ee823cc7310988b95fff5e9418da81f9 (patch)
tree6a49b6bdcb31adf65132c25f9c6ebe52c3abc233 /audio/mt-daapd
parenta38f9f29452292f445e6a68005962d3b75217139 (diff)
downloadports-872d7f80ee823cc7310988b95fff5e9418da81f9.tar.gz
ports-872d7f80ee823cc7310988b95fff5e9418da81f9.zip
Notes
Diffstat (limited to 'audio/mt-daapd')
-rw-r--r--audio/mt-daapd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mt-daapd/Makefile b/audio/mt-daapd/Makefile
index 6893fa718b86..b685a52daeb4 100644
--- a/audio/mt-daapd/Makefile
+++ b/audio/mt-daapd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mt-daapd
PORTVERSION= 0.2.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mt-daapd
@@ -15,7 +16,7 @@ MAINTAINER= Meno.Abels@Adviser.com
COMMENT= Multithread daapd yet another Server for Apple iTunes
BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
-LIB_DEPENDS= id3tag.2:${PORTSDIR}/audio/libid3tag
+LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag
GNU_CONFIGURE= yes
CONFIGURE_ENV= AUTOCONF=autoconf259 AUTOHEADER=autoheader259 CC="${CC} -pthread"