pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/sonnet



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov 19 19:28:30 UTC 2018

Modified Files:
        pkgsrc/textproc/sonnet: Makefile

Log Message:
sonnet: Needs pkg-config to find hunspell correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/sonnet/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/sonnet/Makefile
diff -u pkgsrc/textproc/sonnet/Makefile:1.28 pkgsrc/textproc/sonnet/Makefile:1.29
--- pkgsrc/textproc/sonnet/Makefile:1.28        Fri Nov 16 13:02:45 2018
+++ pkgsrc/textproc/sonnet/Makefile     Mon Nov 19 19:28:30 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2018/11/16 13:02:45 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2018/11/19 19:28:30 jperkin Exp $
 
 DISTNAME=      sonnet-${KF5VER}
 PKGREVISION=   5
@@ -8,6 +8,8 @@ HOMEPAGE=       https://community.kde.org/Fram
 COMMENT=       Spelling framework for Qt5
 LICENSE=       gnu-lgpl-v2.1
 
+USE_TOOLS+=    pkg-config
+
 .include "../../meta-pkgs/kde/kf5.mk"
 
 SUBST_CLASSES+=                xdg



Home | Main Index | Thread Index | Old Index