From c83f9ceaab87994d5e7abfb3696744cc6cda37aa Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 27 Feb 2021 21:07:01 +0000 Subject: [PATCH] switch BDEP to py3 --- graphics/jbig2dec/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index fca9e0b564d..99ded5dabba 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2021/02/23 19:39:25 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2021/02/27 21:07:01 sthen Exp $ SHARED_LIBS += jbig2dec 0.0 # 0.0 @@ -29,9 +29,8 @@ CONFIGURE_ARGS = --with-libpng=${LOCALBASE} CONFIGURE_ENV = LDFLAGS="`pkg-config --libs libpng`" MODULES = lang/python -MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2} MODPY_RUNDEP = No -TEST_DEPENDS = ${BUILD_DEPENDS} +TEST_DEPENDS = ${BUILD_DEPENDS} pre-test: ${SUBST_CMD} -c ${WRKSRC}/test_jbig2dec.py ${WRKBUILD}/test_jbig2dec.py