From 9d4e28bbc6cb1212643e6c21d3109c7b3ffc1ac0 Mon Sep 17 00:00:00 2001 From: reed Date: Wed, 9 Nov 2005 01:08:58 +0000 Subject: DragonFly does not provide an X11, so default to X.org's X11. This is the X11 tested and used by the pkgsrc developers on DragonFly. And far as I know, this is the only X11 used on DragonFly -- not saying that others are not used though. --- mk/platform/DragonFly.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mk/platform') diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk index 0fb52677521..55c2a5fba7b 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.21 2005/10/28 20:09:38 joerg Exp $ +# $NetBSD: DragonFly.mk,v 1.22 2005/11/09 01:08:58 reed Exp $ # # Variable definitions for the DragonFly operating system. @@ -30,6 +30,9 @@ ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d` ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s` ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m` +# DragonFly does not provide an X11, so default to X.org's X11 +X11_TYPE?= xorg + # imake installs manpages in weird places IMAKE_MAN_SOURCE_PATH= man/man IMAKE_MAN_SUFFIX= 1 -- cgit v1.2.3