1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

misc/cuttlefish: Remove USES=dos2unix; Remove pre-test

dos2unix isn't needed any more, and it damaged one png file in
the source tree.
This commit is contained in:
Yuri Victorovich 2023-06-11 21:56:51 -07:00
parent 3834b88963
commit c89d38fae8

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
TEST_DEPENDS= ispc:devel/ispc
USES= cmake:testing compiler:c++11-lang dos2unix
USES= cmake:testing compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= akb825
@ -34,7 +34,4 @@ CMAKE_TESTING_ON= CUTTLEFISH_BUILD_TESTS # many tests fail, see https://github.c
CXXFLAGS_powerpc= -maltivec
pre-test:
${LN} -s ${WRKSRC}/tool/test/texture.png ${TEST_WRKSRC}/ || true
.include <bsd.port.mk>