pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/emacs25
Module Name: pkgsrc
Committed By: markd
Date: Tue Feb 14 09:07:37 UTC 2017
Modified Files:
pkgsrc/editors/emacs25: options.mk
Log Message:
Test for freetype needs pkg-config
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs25/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/emacs25/options.mk
diff -u pkgsrc/editors/emacs25/options.mk:1.1 pkgsrc/editors/emacs25/options.mk:1.2
--- pkgsrc/editors/emacs25/options.mk:1.1 Sun Sep 18 13:36:18 2016
+++ pkgsrc/editors/emacs25/options.mk Tue Feb 14 09:07:37 2017
@@ -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"
Home |
Main Index |
Thread Index |
Old Index