Date: Mon, 2 Sep 2013 14:11:20 +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: r325998 - in head: audio/msilbc x11/xpyb Message-ID: <201309021411.r82EBKKp093868@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 14:11:19 2013 New Revision: 325998 URL: http://svnweb.freebsd.org/changeset/ports/325998 Log: Add an explicit dependency on pkgconf Modified: head/audio/msilbc/Makefile head/x11/xpyb/Makefile Modified: head/audio/msilbc/Makefile ============================================================================== --- head/audio/msilbc/Makefile Mon Sep 2 13:54:45 2013 (r325997) +++ head/audio/msilbc/Makefile Mon Sep 2 14:11:19 2013 (r325998) @@ -12,6 +12,8 @@ LIB_DEPENDS= ortp.8:${PORTSDIR}/net/linp mediastreamer.0:${PORTSDIR}/net/linphone-base \ ilbc.0:${PORTSDIR}/net/ilbc +USES= pkgconfig + GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= ILBC_CFLAGS=-I${LOCALBASE}/include/ilbc \ Modified: head/x11/xpyb/Makefile ============================================================================== --- head/x11/xpyb/Makefile Mon Sep 2 13:54:45 2013 (r325997) +++ head/x11/xpyb/Makefile Mon Sep 2 14:11:19 2013 (r325998) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc USE_BZIP2= yes USE_PYTHON= 2.5+ USE_XORG= xcb -USES= pathfix +USES= pathfix pkgconfig PORTDOCS= README COPYING INSTALL NEWS XcbPythonBinding.txt GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021411.r82EBKKp093868>