Hi ports@,

i missed this (optional) dependency on chromaprint in puddletag.

Attached is a diff for the Makefile.

Nils
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/puddletag/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	6 May 2014 14:01:16 -0000	1.1.1.1
+++ Makefile	6 May 2014 20:02:53 -0000
@@ -4,6 +4,7 @@
 
 MODPY_EGG_VERSION = 1.0.3
 DISTNAME =	puddletag-${MODPY_EGG_VERSION}
+REVISION =	0
 CATEGORIES =	audio
 
 PERMIT_PACKAGE_CDROM =	Yes
@@ -13,7 +14,8 @@
 
 NO_TEST =	Yes
 MODULES =	lang/python
-RUN_DEPENDS =	audio/py-mutagen \
+RUN_DEPENDS =	audio/chromaprint \
+		audio/py-mutagen \
 		devel/py-configobj \
 		devel/py-parsing \
 		devel/desktop-file-utils \

Reply via email to