summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-03-24 11:44:30 +0000
committerjoerg <joerg@pkgsrc.org>2017-03-24 11:44:30 +0000
commit2838a083b935a0333b3678cb212aef71c5b947b0 (patch)
treea1ae527e0a26442365f9fb0d7edad0e1e9894df8 /textproc
parent950d7109917add352584a7ed70f8aa953bb4f488 (diff)
downloadpkgsrc-2838a083b935a0333b3678cb212aef71c5b947b0.tar.gz
Make sure depcomp is present.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/chasen-base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/chasen-base/Makefile b/textproc/chasen-base/Makefile
index eb99436a411..6da72e83465 100644
--- a/textproc/chasen-base/Makefile
+++ b/textproc/chasen-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/06/29 11:06:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2017/03/24 11:44:30 joerg Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
@@ -19,6 +19,7 @@ OWN_DIRS= ${PREFIX}/${CHASEN_DICDIR}
pre-configure:
cd ${WRKSRC} && autoreconf -fi
+ ${LN} -s ${_OVERRIDE_PATH.depcomp} ${WRKSRC}/depcomp
.include "../../textproc/chasen/Makefile.common"
.include "../../converters/libiconv/buildlink3.mk"