Date: Mon, 23 Sep 2013 13:20:59 +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: r328000 - head/audio/celt Message-ID: <201309231320.r8NDKx90013823@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309231320.r8NDKx90013823>