Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 06:09:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371228 - head/audio/py-mad
Message-ID:  <201410200609.s9K69mgs022678@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410200609.s9K69mgs022678>