diff options
author | rillig <rillig@pkgsrc.org> | 2019-04-28 11:31:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-04-28 11:31:13 +0000 |
commit | eefa733df0f5407b425c8379a479f5c6d4ef58a6 (patch) | |
tree | 450df720336885659dea734ba003b7ccb2040150 /print | |
parent | 700fe50c76a0eaabd1485fe585eb2794dc28c49e (diff) | |
download | pkgsrc-eefa733df0f5407b425c8379a479f5c6d4ef58a6.tar.gz |
print/dvipsk: skip check for unknown configure options
Diffstat (limited to 'print')
-rw-r--r-- | print/dvipsk/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/print/dvipsk/Makefile b/print/dvipsk/Makefile index e369b5df23f..f8ff55e8ea6 100644 --- a/print/dvipsk/Makefile +++ b/print/dvipsk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2018/11/01 10:55:57 markd Exp $ +# $NetBSD: Makefile,v 1.22 2019/04/28 11:31:13 rillig Exp $ DISTNAME= texlive-20180414-source PKGNAME= dvipsk-5.998 @@ -17,12 +17,14 @@ DEPENDS+= tex-dvips>=2013:../../print/tex-dvips EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ ${DISTNAME}/texk/dvipsk -GNU_CONFIGURE= yes INFO_FILES= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -CONFIGURE_DIRS= texk/dvipsk +GNU_CONFIGURE= yes +# texk/dvipsk/squeeze/configure doesn't know --with-system-kpathsea +GNU_CONFIGURE_STRICT= no +CONFIGURE_DIRS= texk/dvipsk CONFIGURE_ARGS+= --with-system-kpathsea PKG_SYSCONFSUBDIR= texmf |