diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-20 18:11:48 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-20 18:11:48 +0000 |
commit | 3f8c9c79eaaba7a35538b6b56bed156030203e21 (patch) | |
tree | 953946047ebaafaa7cbe80a38448279b52c7c7c7 | |
parent | 5d668713ff8ff82db6e12546014d56c08b8819ce (diff) | |
download | freebsd-ports-3f8c9c79eaaba7a35538b6b56bed156030203e21.zip |
Catch up with the recent update of linux-png and linux-tiff.
-rw-r--r-- | graphics/linux-panorama-tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/linux-panorama-tools/Makefile b/graphics/linux-panorama-tools/Makefile index ec2a448a871a..b4be3a97b96c 100644 --- a/graphics/linux-panorama-tools/Makefile +++ b/graphics/linux-panorama-tools/Makefile @@ -14,7 +14,7 @@ PORTNAME= linux-panorama-tools PORTVERSION= 2.6b1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.path.unimelb.edu.au/~dersch/ DISTNAME= PanoTools @@ -23,8 +23,8 @@ MAINTAINER= cartola@openit.com.br COMMENT= Software to View, Create, Edit and Remap Panoramic Images RUN_DEPENDS= ${LINUXBASE}/usr/bin/jpegtran:${PORTSDIR}/graphics/linux-jpeg \ - ${LINUXBASE}/usr/lib/libtiff.so.3.6.1:${PORTSDIR}/graphics/linux-tiff \ - ${LINUXBASE}/usr/lib/libpng12.so.0.1.2.7:${PORTSDIR}/graphics/linux-png + ${LINUXBASE}/usr/lib/libtiff.so.3:${PORTSDIR}/graphics/linux-tiff \ + ${LINUXBASE}/usr/lib/libpng12.so.0:${PORTSDIR}/graphics/linux-png NO_BUILD= yes USE_LINUX= yes |