Date: Wed, 1 Aug 2012 12:53:31 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301830 - head/graphics/tif22pnm Message-ID: <201208011253.q71CrVIt055960@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Wed Aug 1 12:53:30 2012 New Revision: 301830 URL: http://svn.freebsd.org/changeset/ports/301830 Log: - Un-version LIB_DEPENDS - Re-order LICENSE and *_DEPENDS to make portlint happy - Fix COMMENT typo Modified: head/graphics/tif22pnm/Makefile (contents, props changed) Modified: head/graphics/tif22pnm/Makefile ============================================================================== --- head/graphics/tif22pnm/Makefile Wed Aug 1 12:52:06 2012 (r301829) +++ head/graphics/tif22pnm/Makefile Wed Aug 1 12:53:30 2012 (r301830) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208011253.q71CrVIt055960>