diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-08-01 12:53:30 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-08-01 12:53:30 +0000 |
commit | 0bdd86b663b7f01b7cbbd3dcacf1fb1567986781 (patch) | |
tree | 377edce997732b6fae2865827ef196d5630d4759 /graphics/tif22pnm/Makefile | |
parent | c36b50aa0d96addc1a5623c0bf2c84b07d568db5 (diff) | |
download | ports-0bdd86b663b7f01b7cbbd3dcacf1fb1567986781.tar.gz ports-0bdd86b663b7f01b7cbbd3dcacf1fb1567986781.zip |
- Un-version LIB_DEPENDS
- Re-order LICENSE and *_DEPENDS to make portlint happy
- Fix COMMENT typo
Notes
Notes:
svn path=/head/; revision=301830
Diffstat (limited to 'graphics/tif22pnm/Makefile')
-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 \ |