diff options
author | markd <markd@pkgsrc.org> | 2017-02-14 09:07:37 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-02-14 09:07:37 +0000 |
commit | 28cb78a05516365ffebe9cd89bd6dcbb462dd365 (patch) | |
tree | 874a71d1d879bae14d161900df60a6a00fca8071 /editors | |
parent | 33e0ea06ac0fabcf4a035b21dcb97a7902ddb774 (diff) | |
download | pkgsrc-28cb78a05516365ffebe9cd89bd6dcbb462dd365.tar.gz |
Test for freetype needs pkg-config
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs25/options.mk | 3 |
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" |