svn commit: r312694 - in head: audio/ccaudio2 audio/swhplugins devel/lua-sysctl www/volta
Martin Wilke
miwi at FreeBSD.org
Thu Feb 21 02:25:43 UTC 2013
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 at 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}
More information about the svn-ports-head
mailing list