Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2013 07:04:18 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329872 - head/audio/libcoverart
Message-ID:  <201310090704.r9974Ifb084487@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Wed Oct  9 07:04:18 2013
New Revision: 329872
URL: http://svnweb.freebsd.org/changeset/ports/329872

Log:
  - Support staging
  - Convert LIB_DEPENDS to new syntax

Modified:
  head/audio/libcoverart/Makefile

Modified: head/audio/libcoverart/Makefile
==============================================================================
--- head/audio/libcoverart/Makefile	Wed Oct  9 06:58:43 2013	(r329871)
+++ head/audio/libcoverart/Makefile	Wed Oct  9 07:04:18 2013	(r329872)
@@ -11,11 +11,10 @@ COMMENT=	Library for accessing the Music
 
 LICENSE=	LGPL20
 
-LIB_DEPENDS=	jansson:${PORTSDIR}/devel/jansson \
-		neon:${PORTSDIR}/www/neon29
+LIB_DEPENDS=	libjansson.so:${PORTSDIR}/devel/jansson \
+		libneon.so:${PORTSDIR}/www/neon29
 
 USES=		cmake
-NO_STAGE=	yes
 USE_LDCONFIG=	yes
 
 # {PROJECT_VERSION} is not a variable nor a typo, just part of the directory name



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