diff options
Diffstat (limited to 'databases/libgda/Makefile')
-rw-r--r-- | databases/libgda/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index c7701d85d7a..11355145b19 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/05/17 08:20:34 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2019/11/02 15:38:01 rillig Exp $ .include "Makefile.common" .include "options.mk" @@ -10,8 +10,8 @@ CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no --with-oracle=no TEST_TARGET= check -CHECK_INTERPRETER_SKIP= share/libgda-5.0/gda_trml2html/trml2html.py -CHECK_INTERPRETER_SKIP+= share/libgda-5.0/gda_trml2pdf/trml2pdf.py +CHECK_INTERPRETER_SKIP= share/libgda-5.0/gda_trml2html/trml2html.py +CHECK_INTERPRETER_SKIP+= share/libgda-5.0/gda_trml2pdf/trml2pdf.py PKG_SYSCONFSUBDIR= libgda-5.0 EGDIR= ${PREFIX}/share/examples/libgda |