svn commit: r315682 - head/audio/kaudiocreator

David Naylor dbn at FreeBSD.org
Tue Apr 2 16:18:36 UTC 2013


Author: dbn
Date: Tue Apr  2 16:18:35 2013
New Revision: 315682
URL: http://svnweb.freebsd.org/changeset/ports/315682

Log:
  Fix build of audio/kaudiocreator.
  
  Missing dependency from split of kdemultimedia.
  
  Reported by:	miwi
  Approved by:	portmgr (miwi), eadler (mentor)

Modified:
  head/audio/kaudiocreator/Makefile

Modified: head/audio/kaudiocreator/Makefile
==============================================================================
--- head/audio/kaudiocreator/Makefile	Tue Apr  2 15:55:43 2013	(r315681)
+++ head/audio/kaudiocreator/Makefile	Tue Apr  2 16:18:35 2013	(r315682)
@@ -22,7 +22,7 @@ RUN_DEPENDS+=	lame:${PORTSDIR}/audio/lam
 USE_BZIP2=	yes
 USES=		cmake
 USE_QT4=	moc_build qmake_build rcc_build uic_build
-USE_KDE4=	automoc4 kdehier kdeprefix libkcddb
+USE_KDE4=	automoc4 kdehier kdeprefix libkcddb libkcompactdisc
 
 LICENSE=	GPLv2
 MAKE_JOBS_SAFE=	yes


More information about the svn-ports-all mailing list