pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs25 Test for freetype needs pkg-config



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7638d4eb8bd2
branches:  trunk
changeset: 358521:7638d4eb8bd2
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Feb 14 09:07:37 2017 +0000

description:
Test for freetype needs pkg-config

diffstat:

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

diffs (17 lines):

diff -r d888f38ec9c0 -r 7638d4eb8bd2 editors/emacs25/options.mk
--- a/editors/emacs25/options.mk        Tue Feb 14 08:05:57 2017 +0000
+++ b/editors/emacs25/options.mk        Tue Feb 14 09:07:37 2017 +0000
@@ -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 @@
 ### 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"



Home | Main Index | Thread Index | Old Index