summaryrefslogtreecommitdiff
path: root/emulators/atari800
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-06 18:53:45 +0000
committerjoerg <joerg>2007-02-06 18:53:45 +0000
commit491cba1ddb792d8d53146c9b1d65093c3f1e3f54 (patch)
treea71463b3963d6536c678f9c693091eaf1d9713a4 /emulators/atari800
parent702c832a486e92da48baec64e14253c39fa4a612 (diff)
downloadpkgsrc-491cba1ddb792d8d53146c9b1d65093c3f1e3f54.tar.gz
Modular Xorg support.
Diffstat (limited to 'emulators/atari800')
-rw-r--r--emulators/atari800/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/atari800/options.mk b/emulators/atari800/options.mk
index 17f99feade5..3e046dd49f7 100644
--- a/emulators/atari800/options.mk
+++ b/emulators/atari800/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2005/06/01 18:02:46 jlam Exp $
+# $NetBSD: options.mk,v 1.5 2007/02/06 18:53:45 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.atari800
PKG_SUPPORTED_OPTIONS= sdl x11
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= sdl
.if !empty(PKG_OPTIONS:Mx11)
CONFIGURE_ARGS+= --target=x11
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Msdl)