pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/swath
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Dec 15 10:38:32 UTC 2022
Modified Files:
pkgsrc/textproc/swath: Makefile
Log Message:
swath: Requires libiconv.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/swath/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/swath/Makefile
diff -u pkgsrc/textproc/swath/Makefile:1.10 pkgsrc/textproc/swath/Makefile:1.11
--- pkgsrc/textproc/swath/Makefile:1.10 Fri Aug 28 19:35:46 2020
+++ pkgsrc/textproc/swath/Makefile Thu Dec 15 10:38:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/08/28 19:35:46 scole Exp $
+# $NetBSD: Makefile,v 1.11 2022/12/15 10:38:32 jperkin Exp $
#
DISTNAME= swath-0.6.1
@@ -23,5 +23,6 @@ pre-configure:
post-configure:
cd ${WRKSRC} && ${TOUCH} lib/libcompat.la
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libdatrie/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index