[PC-BSD Commits] r7523 - in pcbsd: current/build-files/conf stable/build-files/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 7 06:54:25 PDT 2010
Author: kris
Date: 2010-09-07 06:54:25 -0700 (Tue, 07 Sep 2010)
New Revision: 7523
Modified:
pcbsd/current/build-files/conf/pcbsd-make.conf
pcbsd/stable/build-files/conf/pcbsd-make.conf
Log:
Added option to enable GPGSM for gpgme
Modified: pcbsd/current/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/current/build-files/conf/pcbsd-make.conf 2010-09-07 13:48:44 UTC (rev 7522)
+++ pcbsd/current/build-files/conf/pcbsd-make.conf 2010-09-07 13:54:25 UTC (rev 7523)
@@ -26,6 +26,9 @@
.if ${.CURDIR:M${PORTSDIR}/www/w3m} != ""
M17N=yes
.endif
+.if ${.CURDIR:M${PORTSDIR}/security/gpgme} != ""
+ WITH_GPGSM=yes
+.endif
.if ${.CURDIR:M${PORTSDIR}/editors/vim} != ""
WITH_GTK2=yes
.endif
Modified: pcbsd/stable/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/stable/build-files/conf/pcbsd-make.conf 2010-09-07 13:48:44 UTC (rev 7522)
+++ pcbsd/stable/build-files/conf/pcbsd-make.conf 2010-09-07 13:54:25 UTC (rev 7523)
@@ -19,4 +19,7 @@
.if ${.CURDIR:M${PORTSDIR}/editors/vim} != ""
WITH_GTK2=yes
.endi
+.if ${.CURDIR:M${PORTSDIR}/security/gpgme} != ""
+ WITH_GPGSM=yes
+.endif
SAMBA_PORT=samba34
More information about the Commits
mailing list