From 4030dde3b5cded3ecf90098dafd632bb7309868b Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 25 Apr 2014 15:13:51 +0000 Subject: [PATCH] check for X11BASE/include/X11/X.h instead of X11BASE/man/mandoc.db, which isn't yet in all package snapshots. ok aja@ --- infrastructure/mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/mk/bsd.port.mk b/infrastructure/mk/bsd.port.mk index e6c6cdfde5b..8c9f17e6bff 100644 --- a/infrastructure/mk/bsd.port.mk +++ b/infrastructure/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Makefile; tab-width: 4; -*- # ex:ts=4 sw=4 filetype=make: -# $OpenBSD: bsd.port.mk,v 1.1263 2014/04/18 21:14:20 kili Exp $ +# $OpenBSD: bsd.port.mk,v 1.1264 2014/04/25 15:13:51 sthen Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -166,7 +166,7 @@ PACKAGE_REPOSITORY ?= ${PORTSDIR}/packages PORTS_BUILD_XENOCARA_TOO ?= No .if ${PORTS_BUILD_XENOCARA_TOO:L} == "no" -. if !exists(${X11BASE}/man/mandoc.db) +. if !exists(${X11BASE}/include/X11/X.h) ERRORS += "Fatal: building ports requires correctly installed X11" . endif .endif