[PC-BSD Commits] r7131 - in pcbsd: current/build-files/conf stable/build-files/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Jul 6 06:40:57 PDT 2010
Author: kris
Date: 2010-07-06 06:40:57 -0700 (Tue, 06 Jul 2010)
New Revision: 7131
Modified:
pcbsd/current/build-files/conf/pcbsd-make.conf
pcbsd/stable/build-files/conf/pcbsd-make.conf
Log:
Added WITH_PLASMA* nobs to our make file
Modified: pcbsd/current/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/current/build-files/conf/pcbsd-make.conf 2010-07-06 09:04:04 UTC (rev 7130)
+++ pcbsd/current/build-files/conf/pcbsd-make.conf 2010-07-06 13:40:57 UTC (rev 7131)
@@ -2,6 +2,7 @@
BATCH=yes
WITH_HAL=yes
WITH_MTP=yes
+WITHOUT_GNOME=yes
WITH_PRINTER_APPLET=Y
WITH_VIRTUOSO=YES
.if ${.CURDIR} == ${PORTSDIR}/sysutils/hal
@@ -10,6 +11,8 @@
WITH_GPGSM=YES
WITH_SCDAEMON=YES
WITH_SRVLOC=yes
+WITH_PLASMA_PYTHON=YES
+WITH_PLASMA_RUBY=YES
.if ${.CURDIR:M${PORTSDIR}/www/w3m} != ""
M17N=yes
.endif
Modified: pcbsd/stable/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/stable/build-files/conf/pcbsd-make.conf 2010-07-06 09:04:04 UTC (rev 7130)
+++ pcbsd/stable/build-files/conf/pcbsd-make.conf 2010-07-06 13:40:57 UTC (rev 7131)
@@ -11,6 +11,8 @@
WITH_GPGSM=YES
WITH_SCDAEMON=YES
WITH_SRVLOC=yes
+WITH_PLASMA_PYTHON=YES
+WITH_PLASMA_RUBY=YES
.if ${.CURDIR:M${PORTSDIR}/www/w3m} != ""
M17N=yes
.endif
More information about the Commits
mailing list