summaryrefslogtreecommitdiff
path: root/editors/emacs26
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-09-05 13:04:55 +0000
committerryoon <ryoon@pkgsrc.org>2019-09-05 13:04:55 +0000
commitc43a0c260de59cbeb3c90b08654b1e9e2c6f8e7c (patch)
treedcd9d5be95fedb966cc191c6d664393b1be2e781 /editors/emacs26
parent63bd2b5dfc0f14e0602862b59e11f52c82cbe5ba (diff)
downloadpkgsrc-c43a0c260de59cbeb3c90b08654b1e9e2c6f8e7c.tar.gz
MesaLib is buildlinked indirectly from libepoxy now. Remove it
Diffstat (limited to 'editors/emacs26')
-rw-r--r--editors/emacs26/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs26/options.mk b/editors/emacs26/options.mk
index 6fc2394db4a..376a519198a 100644
--- a/editors/emacs26/options.mk
+++ b/editors/emacs26/options.mk
@@ -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 @@ CONFIGURE_ARGS+= --without-xft --without-libotf --without-m17n-flt
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)