svn commit: r332755 - head/audio/soundkonverter

David Naylor dbn at FreeBSD.org
Mon Nov 4 18:41:09 UTC 2013


Author: dbn
Date: Mon Nov  4 18:41:08 2013
New Revision: 332755
URL: http://svnweb.freebsd.org/changeset/ports/332755

Log:
  Add stage support to audio/soundkonverter.
  
  Also convert LIB_DEPENDS to the new format.

Modified:
  head/audio/soundkonverter/Makefile

Modified: head/audio/soundkonverter/Makefile
==============================================================================
--- head/audio/soundkonverter/Makefile	Mon Nov  4 18:14:53 2013	(r332754)
+++ head/audio/soundkonverter/Makefile	Mon Nov  4 18:41:08 2013	(r332755)
@@ -12,11 +12,10 @@ COMMENT=	Frontend to various audio conve
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	tag:${PORTSDIR}/audio/taglib \
-		cdda_paranoia:${PORTSDIR}/audio/cdparanoia
+LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib \
+		libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia
 
 USES=		cmake
-NO_STAGE=	yes
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 USE_KDE4=	automoc4 kdehier kdeprefix kdelibs libkcddb
 INSTALLS_ICONS=	yes


More information about the svn-ports-all mailing list