diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 18:09:09 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 18:09:09 +0000 |
commit | 69e946cca99c015e0fc3b10d953a7c7cf93f721c (patch) | |
tree | fe59c05d19e79f84aa8c833e1116886b861fcb6c /sysutils | |
parent | f1da4b202f4ae29100e0f6d5b3161a5c8aa09bf8 (diff) | |
download | ports-69e946cca99c015e0fc3b10d953a7c7cf93f721c.tar.gz ports-69e946cca99c015e0fc3b10d953a7c7cf93f721c.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/testdisk/Makefile | 2 |
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 |