diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
commit | 737bed69235f6656811e04b0cec49ae13226eb72 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /graphics/tif22pnm | |
parent | Fix loop detection bug. (diff) |
Convert g* to USES=pkgconfig
Diffstat (limited to '')
-rw-r--r-- | graphics/tif22pnm/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index e9ef65a5846c..307bb191a639 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: tif22pnm -# Date created: Jan 7, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= tif22pnm PORTVERSION= 0.14 @@ -21,7 +16,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff PROJECTHOST= sam2p -USE_PKGCONFIG= yes +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libtiff-ldir=${LOCALBASE}/lib \ |