diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2017-04-16 19:48:44 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2017-04-16 19:48:44 +0000 |
commit | 58c14aeaebb834eba4d255e67a89d184416f0e63 (patch) | |
tree | 2431c5190da3a0a369a909a980cc01d1372e1944 /graphics/imv | |
parent | e2237c4e15b15d9d4787b6afd04b3a18ab2bda0b (diff) |
Notes
Diffstat (limited to 'graphics/imv')
-rw-r--r-- | graphics/imv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index 97486c04162d..440f9f83918a 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -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 |