summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd>2016-12-25 19:02:44 +0000
committermarkd <markd>2016-12-25 19:02:44 +0000
commit112bb639b303787edd272e484c08d78669721c19 (patch)
treed36dc53337cde6a5da99ad56bc40808d2355f249 /print
parent030b45ee7e3adf6fa6d06e8c25560fd253faefc0 (diff)
downloadpkgsrc-112bb639b303787edd272e484c08d78669721c19.tar.gz
Note pcre dependency
Fix sysconfdir setting.
Diffstat (limited to 'print')
-rw-r--r--print/chktex/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/chktex/Makefile b/print/chktex/Makefile
index b7ee4682916..69ea70039b8 100644
--- a/print/chktex/Makefile
+++ b/print/chktex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/09/30 11:33:06 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2016/12/25 19:02:44 markd Exp $
DISTNAME= chktex-1.7.6
CATEGORIES= print
@@ -24,6 +24,9 @@ CFLAGS+= -D__unix__
CONFIGURE_ENV+= PERL5=${PERL5:Q}
MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} EGDIR=${EGDIR:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+
INSTALLATION_DIRS+= ${EGDIR}
+.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"