pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs26 MesaLib is buildlinked indirectly from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/195df78c5211
branches:  trunk
changeset: 339063:195df78c5211
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Sep 05 13:04:55 2019 +0000

description:
MesaLib is buildlinked indirectly from libepoxy now. Remove it

diffstat:

 editors/emacs26/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 2276e75ff6e9 -r 195df78c5211 editors/emacs26/options.mk
--- a/editors/emacs26/options.mk        Thu Sep 05 12:39:56 2019 +0000
+++ b/editors/emacs26/options.mk        Thu Sep 05 13:04:55 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2019/09/04 15:14:03 ryoon Exp $
+# $NetBSD: options.mk,v 1.12 2019/09/05 13:04:55 ryoon Exp $
 
 ### Set options
 PKG_OPTIONS_VAR=                       PKG_OPTIONS.emacs
@@ -127,7 +127,6 @@
        empty(PKG_OPTIONS:Mmotif))
 # defaults to gtk3
 USE_TOOLS+=            pkg-config
-.include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-x-toolkit=gtk3
 .  elif !empty(PKG_OPTIONS:Mgtk2) || !empty(PKG_OPTIONS:Mgtk)



Home | Main Index | Thread Index | Old Index