From 25ffb4fb92e6e572dd2d302b5e5c87a5e51defd3 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 9 Oct 2001 07:37:34 +0000 Subject: Switch to building -current ports against XFree86 4.x. Approved by: silence from portmgr --- Mk/bsd.port.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Mk') diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index dd4cfd440097..361d5394a167 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -720,8 +720,12 @@ MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ .include "${PORTSDIR}/Mk/bsd.gnome.mk" -# defaults to 3.3.6; will be changed to 4.0 when it is ready +# defaults to 4.x for -CURRENT; and 3.3.6 for all other branches +.if ${OSVERSION} > 500025 +XFREE86_VERSION?= 4 +.else XFREE86_VERSION?= 3 +.endif .endif # End of pre-makefile section. -- cgit v1.2.3