svn commit: r408068 - head/sysutils/testdisk

John Marino marino at FreeBSD.org
Thu Feb 4 18:09:11 UTC 2016


Author: marino
Date: Thu Feb  4 18:09:09 2016
New Revision: 408068
URL: https://svnweb.freebsd.org/changeset/ports/408068

Log:
  sysutils/testdisk: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/sysutils/testdisk/Makefile

Modified: head/sysutils/testdisk/Makefile
==============================================================================
--- head/sysutils/testdisk/Makefile	Thu Feb  4 18:08:21 2016	(r408067)
+++ head/sysutils/testdisk/Makefile	Thu Feb  4 18:09:09 2016	(r408068)
@@ -9,7 +9,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	flz at 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


More information about the svn-ports-all mailing list