Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 18:09:10 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408068 - head/sysutils/testdisk
Message-ID:  <201602041809.u14I9AV7068815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602041809.u14I9AV7068815>