summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-07-21 15:02:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-07-21 15:02:49 +0000
commitab83f9f5ce81c7e6156a57428c736d817717b710 (patch)
treee32a990d273d64a3ce9cf3e9bdc14e6d11479c73
parentEffortlessly convert latitude/longitude coordinates into a graphical heatmap (diff)
- Fix dependency on jpeg and bump PORTREVISION for remaining ports which were not yet updated
Notes
Notes: svn path=/head/; revision=238175
-rw-r--r--graphics/autopano-sift-c/Makefile3
-rw-r--r--graphics/ocropus/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile
index b9c8d50393f3..18b3262fc968 100644
--- a/graphics/autopano-sift-c/Makefile
+++ b/graphics/autopano-sift-c/Makefile
@@ -7,6 +7,7 @@
PORTNAME= autopano-sift-C
PORTVERSION= 2.5.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/hugin
@@ -14,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Automatic panorama control point generation tool, C port
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
+ jpeg.10:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
pano13:${PORTSDIR}/graphics/libpano13
diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile
index abc227ea53f8..d6499832c369 100644
--- a/graphics/ocropus/Makefile
+++ b/graphics/ocropus/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ocropus
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -14,7 +15,7 @@ MAINTAINER= hiroto.kagotani@gmail.com
COMMENT= The OCRopus(tm) open source document analysis and OCR system
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
+ jpeg.10:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
iulib.0:${PORTSDIR}/graphics/iulib \
gsl.13:${PORTSDIR}/math/gsl