diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-05 06:37:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-05 06:37:30 +0000 |
commit | df4aac35f0e6fdb66e23ce2042c2a0bf7c6f43ef (patch) | |
tree | e44ab41f7b18c38d23ed8351e7125f60f15d1d9e /sysutils/testdisk | |
parent | 0087e13590135f714c9714cb7a3d23befc760320 (diff) |
Notes
Diffstat (limited to 'sysutils/testdisk')
-rw-r--r-- | sysutils/testdisk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile index a42e97cca2a8..8fdb3d3dbfae 100644 --- a/sysutils/testdisk/Makefile +++ b/sysutils/testdisk/Makefile @@ -11,6 +11,8 @@ COMMENT= Tool to check and undelete partitions LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + USES= jpeg localbase:ldflags ncurses tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-qt --without-ewf |