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/21549fd9b012
branches:  trunk
changeset: 338795:21549fd9b012
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 d85b89de6f78 -r 21549fd9b012 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