Date: Thu, 27 Sep 2018 19:03:24 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480812 - head/audio/libopusenc Message-ID: <201809271903.w8RJ3OZE089878@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Thu Sep 27 19:03:24 2018 New Revision: 480812 URL: https://svnweb.freebsd.org/changeset/ports/480812 Log: Add missing USES=pkgconfig. Reported by: pkg-fallout Modified: head/audio/libopusenc/Makefile Modified: head/audio/libopusenc/Makefile ============================================================================== --- head/audio/libopusenc/Makefile Thu Sep 27 19:00:27 2018 (r480811) +++ head/audio/libopusenc/Makefile Thu Sep 27 19:03:24 2018 (r480812) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libopus.so:audio/opus -USES= gmake libtool pathfix +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809271903.w8RJ3OZE089878>