pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/link-grammar



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun May 16 20:14:06 UTC 2021

Modified Files:
        pkgsrc/textproc/link-grammar: Makefile

Log Message:
link-grammar: add argp dependency now needed for some OSes


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/link-grammar/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/link-grammar/Makefile
diff -u pkgsrc/textproc/link-grammar/Makefile:1.18 pkgsrc/textproc/link-grammar/Makefile:1.19
--- pkgsrc/textproc/link-grammar/Makefile:1.18  Sun May 16 19:57:35 2021
+++ pkgsrc/textproc/link-grammar/Makefile       Sun May 16 20:14:06 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/05/16 19:57:35 gutteridge Exp $
+# $NetBSD: Makefile,v 1.19 2021/05/16 20:14:06 gutteridge Exp $
 
 DISTNAME=      link-grammar-5.9.1
 CATEGORIES=    textproc
@@ -24,4 +24,5 @@ PKGCONFIG_OVERRIDE+=  link-grammar.pc.in
 # supports it, but doesn't do so correctly.
 BUILDLINK_TRANSFORM+=  rm:-Wformat-signedness
 
+.include "../../devel/argp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index