diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-06 18:53:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-06 18:53:45 +0000 |
commit | 30ddc79c745ba9948fe968918b2c6ca7de79f808 (patch) | |
tree | a71463b3963d6536c678f9c693091eaf1d9713a4 /emulators | |
parent | c634409f6931759d610e6b0074aa8c41c45d09f2 (diff) | |
download | pkgsrc-30ddc79c745ba9948fe968918b2c6ca7de79f808.tar.gz |
Modular Xorg support.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/atari800/options.mk | 4 |
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) |