pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/aranym



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 30 17:48:07 UTC 2019

Modified Files:
        pkgsrc/emulators/aranym: options.mk

Log Message:
aranym: Requires only MesaLib


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/aranym/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/aranym/options.mk
diff -u pkgsrc/emulators/aranym/options.mk:1.1 pkgsrc/emulators/aranym/options.mk:1.2
--- pkgsrc/emulators/aranym/options.mk:1.1      Wed Jul 30 14:08:59 2008
+++ pkgsrc/emulators/aranym/options.mk  Fri Aug 30 17:48:07 2019
@@ -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



Home | Main Index | Thread Index | Old Index