svn commit: r426547 - head/graphics/ppminfo
John Marino
marino at FreeBSD.org
Sun Nov 20 00:13:52 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list