pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/dwdiff



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jun 22 11:43:26 UTC 2020

Modified Files:
        pkgsrc/textproc/dwdiff: Makefile

Log Message:
dwdiff: pkg-config is used to find textproc/icu


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/dwdiff/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/dwdiff/Makefile
diff -u pkgsrc/textproc/dwdiff/Makefile:1.1 pkgsrc/textproc/dwdiff/Makefile:1.2
--- pkgsrc/textproc/dwdiff/Makefile:1.1 Fri Jun  5 12:43:53 2020
+++ pkgsrc/textproc/dwdiff/Makefile     Mon Jun 22 11:43:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/05 12:43:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/22 11:43:26 ryoon Exp $
 
 DISTNAME=      dwdiff-2.1.2
 CATEGORIES=    textproc
@@ -12,6 +12,7 @@ LICENSE=      gnu-gpl-v3
 
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            pkg-config
 MAKE_FLAGS+=           mandir=${PREFIX}/${PKGMANDIR}
 
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index