summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarkd <markd>2017-02-14 09:07:37 +0000
committermarkd <markd>2017-02-14 09:07:37 +0000
commit3725c62c03534e7624fa97be723fa8e988cf8e08 (patch)
treeb3cc3c11f5701f2d1fbac3d2bca928f1cdc7f5d3 /editors
parent41601604cf095520a0714038f6984b35dd782d3f (diff)
downloadpkgsrc-3725c62c03534e7624fa97be723fa8e988cf8e08.tar.gz
Test for freetype needs pkg-config
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs25/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs25/options.mk b/editors/emacs25/options.mk
index 906a8ca3a4c..5b776c9f886 100644
--- a/editors/emacs25/options.mk
+++ b/editors/emacs25/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2016/09/18 13:36:18 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2017/02/14 09:07:37 markd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
PKG_SUPPORTED_OPTIONS= dbus xft2 svg xml gnutls
@@ -92,6 +92,7 @@ CONFIGURE_ARGS+= --with-png
### Enable font backend
###
. if !empty(PKG_OPTIONS:Mxft2)
+USE_TOOLS+= pkg-config
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/libotf/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"