diff options
author | martymac <martymac@FreeBSD.org> | 2012-08-01 20:53:30 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2012-08-01 20:53:30 +0800 |
commit | 266d4fd98569c4bd5e703be2939cbaf46afb461b (patch) | |
tree | 377edce997732b6fae2865827ef196d5630d4759 /graphics | |
parent | 37923a502839e884754f1c20a98f407400814647 (diff) | |
download | freebsd-ports-gnome-266d4fd98569c4bd5e703be2939cbaf46afb461b.tar.gz freebsd-ports-gnome-266d4fd98569c4bd5e703be2939cbaf46afb461b.tar.zst freebsd-ports-gnome-266d4fd98569c4bd5e703be2939cbaf46afb461b.zip |
- Un-version LIB_DEPENDS
- Re-order LICENSE and *_DEPENDS to make portlint happy
- Fix COMMENT typo
Diffstat (limited to 'graphics')
-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 \ |