svn commit: r371228 - head/audio/py-mad

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 20 06:09:48 UTC 2014


Author: bapt
Date: Mon Oct 20 06:09:47 2014
New Revision: 371228
URL: https://svnweb.freebsd.org/changeset/ports/371228
QAT: https://qat.redports.org/buildarchive/r371228/

Log:
  Fix dependency on libmad

Modified:
  head/audio/py-mad/Makefile

Modified: head/audio/py-mad/Makefile
==============================================================================
--- head/audio/py-mad/Makefile	Mon Oct 20 05:43:41 2014	(r371227)
+++ head/audio/py-mad/Makefile	Mon Oct 20 06:09:47 2014	(r371228)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mad
 PORTVERSION=	0.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio python
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	pymad
@@ -15,7 +15,7 @@ COMMENT=	Python module that provides the
 
 LICENSE=	LGPL20
 
-LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/mad
+LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad
 
 USES=		python:2
 USE_PYTHON=	distutils autoplist pythonprefix


More information about the svn-ports-all mailing list