aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-05 02:09:09 +0800
committermarino <marino@FreeBSD.org>2016-02-05 02:09:09 +0800
commit2231139409219782849f4d741a363f5886d540af (patch)
treefe59c05d19e79f84aa8c833e1116886b861fcb6c
parentcbcc5f236cc72c2453af8cbddf6e9ec584ba826a (diff)
downloadfreebsd-ports-gnome-2231139409219782849f4d741a363f5886d540af.tar.gz
freebsd-ports-gnome-2231139409219782849f4d741a363f5886d540af.tar.zst
freebsd-ports-gnome-2231139409219782849f4d741a363f5886d540af.zip
sysutils/testdisk: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
-rw-r--r--sysutils/testdisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index c1739e085803..dfb2e5ff272a 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -9,7 +9,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= flz@FreeBSD.org
COMMENT= Tool to check and undelete partitions
-USES= jpeg tar:bzip2
+USES= jpeg ncurses tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib