diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-18 22:57:08 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-18 22:57:08 +0000 |
commit | e8291d267fe50d3ff78504ca1f85be028fa8c8bb (patch) | |
tree | 8211e5c7711e78c764a162cd579973058081b941 | |
parent | 7516c2470ca2c748c501d4bb85e50bdb46c364e2 (diff) |
Notes
-rw-r--r-- | graphics/xcftools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xcftools/Makefile b/graphics/xcftools/Makefile index 52dbbbe80ec6..dd33ffef63fc 100644 --- a/graphics/xcftools/Makefile +++ b/graphics/xcftools/Makefile @@ -41,7 +41,7 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS TESTS TESTS_DESC= Run self-tests (faulty) (pulls in graphics/netpbm shells/bash) -TEST_BUILD_DEPENDS= pngtopnm:graphics/netpbm \ +TESTS_BUILD_DEPENDS= pngtopnm:graphics/netpbm \ bash:shells/bash .include <bsd.port.options.mk> |