diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-12-15 10:38:32 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-12-15 10:38:32 +0000 |
commit | fd7866d75e5f7d5cb829dadaf3f3a1054e6a201e (patch) | |
tree | a7b6d756f1b77e965622fde91ac1afea77798326 | |
parent | a03543012d96bfc26c1bb60963f043ad62cca02b (diff) | |
download | pkgsrc-fd7866d75e5f7d5cb829dadaf3f3a1054e6a201e.tar.gz |
swath: Requires libiconv.
-rw-r--r-- | textproc/swath/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/swath/Makefile b/textproc/swath/Makefile index 2904a26ee40..d9e10950c61 100644 --- a/textproc/swath/Makefile +++ b/textproc/swath/Makefile @@ -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" |