diff options
-rw-r--r-- | graphics/tif22pnm/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index 33a4aeb103e1..d5db23a6d8a0 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -8,21 +8,21 @@ PORTNAME= tif22pnm PORTVERSION= 0.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://pts.szit.bme.hu/ \ GOOGLE_CODE MAINTAINER= martymac@FreeBSD.org -COMMENT= Converts TIFF- sampled images to PNM image +COMMENT= Converts TIFF-sampled images to PNM image -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff +LICENSE= GPLv2 -USE_PKGCONFIG= yes +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ + tiff:${PORTSDIR}/graphics/tiff PROJECTHOST= sam2p -LICENSE= GPLv2 +USE_PKGCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libtiff-ldir=${LOCALBASE}/lib \ |