diff options
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 \ |