Thu Jul 4 22:35:06 2013 UTC ()
typo fix (one blank needed)


(spz)
diff -r1.224 -r1.225 pkgsrc/mk/defaults/mk.conf

cvs diff -r1.224 -r1.225 pkgsrc/mk/defaults/mk.conf (expand / switch to unified diff)

--- pkgsrc/mk/defaults/mk.conf 2013/06/14 22:24:01 1.224
+++ pkgsrc/mk/defaults/mk.conf 2013/07/04 22:35:06 1.225
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mk.conf,v 1.224 2013/06/14 22:24:01 dholland Exp $ 1# $NetBSD: mk.conf,v 1.225 2013/07/04 22:35:06 spz Exp $
2# 2#
3 3
4# This file provides default values for variables that may be overridden 4# This file provides default values for variables that may be overridden
5# in the MAKECONF file, which is /etc/mk.conf by default. 5# in the MAKECONF file, which is /etc/mk.conf by default.
6# 6#
7# Note: This file is included after the MAKECONF file, so you cannot query 7# Note: This file is included after the MAKECONF file, so you cannot query
8# these default values in the MAKECONF using the ".if" and ".for" 8# these default values in the MAKECONF using the ".if" and ".for"
9# preprocessing directives. 9# preprocessing directives.
10 10
11# ************************************************************************ 11# ************************************************************************
12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS. 12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
13# ************************************************************************ 13# ************************************************************************
14 14
@@ -189,27 +189,27 @@ PKGSRC_RUN_TEST?= no @@ -189,27 +189,27 @@ PKGSRC_RUN_TEST?= no
189# 189#
190# Note: Some packages make heavy use of the random number generator in 190# Note: Some packages make heavy use of the random number generator in
191# their tests, so need to make sure that there are always enough random 191# their tests, so need to make sure that there are always enough random
192# numbers on your machine. The package security/bitstir may help here. 192# numbers on your machine. The package security/bitstir may help here.
193# 193#
194# Possible: yes, no 194# Possible: yes, no
195# Default: no 195# Default: no
196 196
197.if (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && \ 197.if (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && \
198 exists(/usr/X11R7/lib/libX11.so)) 198 exists(/usr/X11R7/lib/libX11.so))
199PREFER_PKGSRC?= 199PREFER_PKGSRC?=
200.elif (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && \ 200.elif (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && \
201 exists(/usr/lib/libexpat.so)) 201 exists(/usr/lib/libexpat.so))
202PREFER_PKGSRC?= MesaLib Xft2 Xrandr Xrenderfontconfig \ 202PREFER_PKGSRC?= MesaLib Xft2 Xrandr Xrender fontconfig \
203 freetype2 glu randrproto renderproto xcursor 203 freetype2 glu randrproto renderproto xcursor
204.elif (!empty(MACHINE_PLATFORM:MOpenBSD-*-*) && \ 204.elif (!empty(MACHINE_PLATFORM:MOpenBSD-*-*) && \
205 exists(/usr/X11R6/lib/X11/config/xorgversion.def)) 205 exists(/usr/X11R6/lib/X11/config/xorgversion.def))
206PREFER_PKGSRC?= 206PREFER_PKGSRC?=
207.elif !empty(MACHINE_PLATFORM:MDarwin-??.*-*) && \ 207.elif !empty(MACHINE_PLATFORM:MDarwin-??.*-*) && \
208 (!defined(X11_TYPE) || ${X11_TYPE} == "native") 208 (!defined(X11_TYPE) || ${X11_TYPE} == "native")
209PREFER_PKGSRC?= 209PREFER_PKGSRC?=
210.elif !empty(MACHINE_PLATFORM:MDarwin-9.*-*) && \ 210.elif !empty(MACHINE_PLATFORM:MDarwin-9.*-*) && \
211 (!defined(X11_TYPE) || ${X11_TYPE} == "native") 211 (!defined(X11_TYPE) || ${X11_TYPE} == "native")
212PREFER_PKGSRC?= fontconfig pixman Xft2 212PREFER_PKGSRC?= fontconfig pixman Xft2
213.elif !empty(MACHINE_PLATFORM:MCygwin-*-*) && \ 213.elif !empty(MACHINE_PLATFORM:MCygwin-*-*) && \
214 exists(/usr/lib/X11/config/xorgversion.def) 214 exists(/usr/lib/X11/config/xorgversion.def)
215PREFER_PKGSRC?= 215PREFER_PKGSRC?=