[PC-BSD Commits] r15905 - pcbsd/current/build-files/conf
svn at pcbsd.org
svn at pcbsd.org
Thu Mar 22 00:46:30 PDT 2012
Author: kris
Date: 2012-03-22 07:46:29 +0000 (Thu, 22 Mar 2012)
New Revision: 15905
Modified:
pcbsd/current/build-files/conf/pcbsd-make.conf
Log:
Fix building M17N in www/w3m
PR: 285
Modified: pcbsd/current/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/current/build-files/conf/pcbsd-make.conf 2012-03-22 03:22:11 UTC (rev 15904)
+++ pcbsd/current/build-files/conf/pcbsd-make.conf 2012-03-22 07:46:29 UTC (rev 15905)
@@ -21,7 +21,7 @@
WITH_FIXED_MOUNTPOINTS=YES
.endif
.if ${.CURDIR:M${PORTSDIR}/www/w3m} != ""
- M17N=yes
+ WITH_M17N=yes
.endif
.if ${.CURDIR:M${PORTSDIR}/security/gpgme} != ""
WITH_GPGSM=yes
More information about the Commits
mailing list