svn commit: r438669 - head/graphics/imv

Mikhail Teterin mi at FreeBSD.org
Sun Apr 16 19:48:46 UTC 2017


Author: mi
Date: Sun Apr 16 19:48:44 2017
New Revision: 438669
URL: https://svnweb.freebsd.org/changeset/ports/438669

Log:
  Fix building, provide TEST_TARGET.
  
  Approved by:	tobik (maintainer)
  Sponsored by:	Unemployment Insurance

Modified:
  head/graphics/imv/Makefile

Modified: head/graphics/imv/Makefile
==============================================================================
--- head/graphics/imv/Makefile	Sun Apr 16 19:30:46 2017	(r438668)
+++ head/graphics/imv/Makefile	Sun Apr 16 19:48:44 2017	(r438669)
@@ -13,14 +13,16 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreeimage.so:graphics/freeimage
+TEST_DEPENDS=	${LOCALBASE}/lib/libcmocka.so:sysutils/cmocka
 
-USES=		desktop-file-utils gmake
+USES=		desktop-file-utils localbase gmake
 USE_SDL=	sdl2 ttf2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	eXeC64
 
 ALL_TARGET=	imv
+TEST_TARGET=	check
 
 MAKE_ARGS=	V=1
 


More information about the svn-ports-head mailing list