[PC-BSD Commits] r7387 - in pcbsd: current/build-files/conf stable/build-files/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 17 10:06:25 PDT 2010
Author: kris
Date: 2010-08-17 10:06:25 -0700 (Tue, 17 Aug 2010)
New Revision: 7387
Modified:
pcbsd/current/build-files/conf/pcbsd-make.conf
pcbsd/stable/build-files/conf/pcbsd-make.conf
Log:
Use WITH_GTK2 for VIM, fixes "gvim" not being able to run when trying to load fonts
Modified: pcbsd/current/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/current/build-files/conf/pcbsd-make.conf 2010-08-16 23:09:01 UTC (rev 7386)
+++ pcbsd/current/build-files/conf/pcbsd-make.conf 2010-08-17 17:06:25 UTC (rev 7387)
@@ -15,4 +15,7 @@
.if ${.CURDIR:M${PORTSDIR}/www/w3m} != ""
M17N=yes
.endif
+.if ${.CURDIR:M${PORTSDIR}/editors/vim} != ""
+ WITH_GTK2=yes
+.endif
SAMBA_PORT=samba34
Modified: pcbsd/stable/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/stable/build-files/conf/pcbsd-make.conf 2010-08-16 23:09:01 UTC (rev 7386)
+++ pcbsd/stable/build-files/conf/pcbsd-make.conf 2010-08-17 17:06:25 UTC (rev 7387)
@@ -16,4 +16,7 @@
.if ${.CURDIR:M${PORTSDIR}/www/w3m} != ""
M17N=yes
.endif
+.if ${.CURDIR:M${PORTSDIR}/editors/vim} != ""
+ WITH_GTK2=yes
+.endi
SAMBA_PORT=samba34
More information about the Commits
mailing list