Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 00:13:50 +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: r426547 - head/graphics/ppminfo
Message-ID:  <201611200013.uAK0Do7T054022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Nov 20 00:13:50 2016
New Revision: 426547
URL: https://svnweb.freebsd.org/changeset/ports/426547

Log:
  graphics/ppminfo: Document ncurses requirement

Modified:
  head/graphics/ppminfo/Makefile

Modified: head/graphics/ppminfo/Makefile
==============================================================================
--- head/graphics/ppminfo/Makefile	Sun Nov 20 00:06:14 2016	(r426546)
+++ head/graphics/ppminfo/Makefile	Sun Nov 20 00:13:50 2016	(r426547)
@@ -6,13 +6,13 @@ PORTVERSION=	0.1
 PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.vanheusden.com/ppminfo/ CENKES
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Shows details of a ppm file
 
 LIB_DEPENDS=	libnetpbm.so:graphics/netpbm
 
+USES=		ncurses tar:tgz
 PLIST_FILES=	bin/${PORTNAME}
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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