From 5571387762de5670c173834fd448e2b1a0e6843d Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 19 Feb 2007 18:40:44 +0000 Subject: Modular Xorg support. --- emulators/pearpc/Makefile | 3 +-- emulators/pearpc/options.mk | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index 65fb9a44019..5f3eeb4f5f9 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/07/22 04:46:15 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/19 18:44:10 joerg Exp $ DISTNAME= pearpc-0.4 PKGREVISION= 1 @@ -46,5 +46,4 @@ SUBST_MESSAGE.conf= Fixing configuration file. .include "options.mk" .include "../../mk/pthread.buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/pearpc/options.mk b/emulators/pearpc/options.mk index 1ab21ce8d3b..8ef0eee8127 100644 --- a/emulators/pearpc/options.mk +++ b/emulators/pearpc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2005/12/22 19:27:36 ghen Exp $ +# $NetBSD: options.mk,v 1.2 2007/02/19 18:44:11 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pearpc PKG_OPTIONS_REQUIRED_GROUPS= ui @@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS= x11 .if !empty(PKG_OPTIONS:Mx11) CONFIGURE_ARGS+= --enable-ui=x11 +.include "../../x11/libX11/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Msdl) -- cgit v1.2.3