Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 02:25:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312694 - in head: audio/ccaudio2 audio/swhplugins devel/lua-sysctl www/volta
Message-ID:  <201302210225.r1L2Pgok029017@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb 21 02:25:42 2013
New Revision: 312694
URL: http://svnweb.freebsd.org/changeset/ports/312694

Log:
  - Unbreak build

Modified:
  head/audio/ccaudio2/Makefile
  head/audio/swhplugins/Makefile   (contents, props changed)
  head/devel/lua-sysctl/Makefile   (contents, props changed)
  head/www/volta/Makefile

Modified: head/audio/ccaudio2/Makefile
==============================================================================
--- head/audio/ccaudio2/Makefile	Thu Feb 21 01:58:58 2013	(r312693)
+++ head/audio/ccaudio2/Makefile	Thu Feb 21 02:25:42 2013	(r312694)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	ccgnu2:${PORTSDIR}/devel/co
 
 CONFLICTS=	ccaudio-[0-9]*
 
+USE_PKGCONFIG=	build
 USE_GNOME=	gnomehack
 USE_CMAKE=	yes
 CMAKE_OUTSOURCE=yes

Modified: head/audio/swhplugins/Makefile
==============================================================================
--- head/audio/swhplugins/Makefile	Thu Feb 21 01:58:58 2013	(r312693)
+++ head/audio/swhplugins/Makefile	Thu Feb 21 02:25:42 2013	(r312694)
@@ -22,6 +22,7 @@ LIB_DEPENDS=	fftw3f:${PORTSDIR}/math/fft
 # includes assembler code
 ONLY_FOR_ARCHS=	i386 amd64
 
+USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	libtool
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes

Modified: head/devel/lua-sysctl/Makefile
==============================================================================
--- head/devel/lua-sysctl/Makefile	Thu Feb 21 01:58:58 2013	(r312693)
+++ head/devel/lua-sysctl/Makefile	Thu Feb 21 02:25:42 2013	(r312694)
@@ -8,6 +8,7 @@ MASTER_SITES=	http://files.kaworu.ch/
 MAINTAINER=	garga@FreeBSD.org
 COMMENT=	A small sysctl(3) interface for lua
 
+USE_PKGCONFIG=	build
 USE_LUA=	yes
 PLIST_FILES=	%%LUA_MODSHAREDIR%%/sysctl.lua \
 		%%LUA_MODLIBDIR%%/sysctl/core.so

Modified: head/www/volta/Makefile
==============================================================================
--- head/www/volta/Makefile	Thu Feb 21 01:58:58 2013	(r312693)
+++ head/www/volta/Makefile	Thu Feb 21 02:25:42 2013	(r312694)
@@ -20,6 +20,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	cdb:${PORTSDIR}/databases/tinycdb
 
+USE_PKGCONFIG=	build
 USE_GMAKE=	yes
 USE_LUA=	5.1
 ALL_TARGET=	${PORTNAME}



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