pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/aranym aranym: Requires only MesaLib
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8000a06bcac
branches: trunk
changeset: 400576:f8000a06bcac
user: nia <nia%pkgsrc.org@localhost>
date: Fri Aug 30 17:48:07 2019 +0000
description:
aranym: Requires only MesaLib
diffstat:
emulators/aranym/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bf8e2438db39 -r f8000a06bcac emulators/aranym/options.mk
--- a/emulators/aranym/options.mk Fri Aug 30 17:46:41 2019 +0000
+++ b/emulators/aranym/options.mk Fri Aug 30 17:48:07 2019 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index