summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-30 17:48:07 +0000
committernia <nia@pkgsrc.org>2019-08-30 17:48:07 +0000
commit528975b49a47d30de494d09754591a7f990047de (patch)
tree2403b8def2a9d3a509723f2debe58672d71f2eeb /emulators
parenta0e496f7e4acccbf7bdd5bfaee91363c036daeac (diff)
downloadpkgsrc-528975b49a47d30de494d09754591a7f990047de.tar.gz
aranym: Requires only MesaLib
Diffstat (limited to 'emulators')
-rw-r--r--emulators/aranym/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/aranym/options.mk b/emulators/aranym/options.mk
index cba5a5a0a82..96ae37c4e48 100644
--- a/emulators/aranym/options.mk
+++ b/emulators/aranym/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2008/07/30 14:08:59 hauke Exp $
+# $NetBSD: options.mk,v 1.2 2019/08/30 17:48:07 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.aranym
PKG_SUPPORTED_OPTIONS= opengl
@@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= opengl
.if !empty(PKG_OPTIONS:Mopengl)
CONFIGURE_ARGS+= --enable-opengl
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-opengl
.endif