svn commit: r328000 - head/audio/celt

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 13:20:59 UTC 2013


Author: bapt
Date: Mon Sep 23 13:20:58 2013
New Revision: 328000
URL: http://svnweb.freebsd.org/changeset/ports/328000

Log:
  Allow staging + modernize LIB_DEPENDS

Modified:
  head/audio/celt/Makefile

Modified: head/audio/celt/Makefile
==============================================================================
--- head/audio/celt/Makefile	Mon Sep 23 13:19:39 2013	(r327999)
+++ head/audio/celt/Makefile	Mon Sep 23 13:20:58 2013	(r328000)
@@ -13,12 +13,11 @@ COMMENT=	The CELT ultra-low delay audio 
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libogg
+LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ogg=${LOCALBASE}
 USE_LDCONFIG=	yes
 USES=		gmake pathfix
-NO_STAGE=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list