aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-05-11 15:12:06 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-05-11 15:12:06 +0000
commit2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch)
tree869b3f75a9d45c170b75fcadb287834b56f72181 /graphics
parentd74ec151602e0abbb6b4eaf00038e0746eae1949 (diff)
downloadports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.tar.gz
ports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ale/Makefile6
-rw-r--r--graphics/vigra/Makefile2
-rw-r--r--graphics/vips/Makefile4
-rw-r--r--graphics/xmorph/Makefile3
4 files changed, 8 insertions, 7 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile
index f7de002c4e4e..aa1310224433 100644
--- a/graphics/ale/Makefile
+++ b/graphics/ale/Makefile
@@ -8,7 +8,7 @@
PORTNAME= ale
PORTVERSION= 0.8.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://auricle.dyndns.org/ALE/download/
@@ -28,7 +28,7 @@ PLIST_FILES= bin/ale
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
-BROKEN= "Does not build on alpha"
+BROKEN= Does not build on alpha
.endif
.if ${OSVERSION} < 502114
@@ -40,7 +40,7 @@ MAKE_ARGS+= COLORS=DOUBLE COORDINATES=DOUBLE
.endif
.if !defined(WITHOUT_FFTW3)
-LIB_DEPENDS+= fftw3.3:${PORTSDIR}/math/fftw3
+LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3
MAKE_ARGS+= FFTW=1
.endif
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile
index fc20b89dafdf..bd4c2cd86cbb 100644
--- a/graphics/vigra/Makefile
+++ b/graphics/vigra/Makefile
@@ -11,7 +11,7 @@
PORTNAME= vigra
PORTVERSION= 1.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
DISTNAME= ${PORTNAME}${PORTVERSION}
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index db8ed09f85be..94e9a8159d00 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -7,14 +7,14 @@
PORTNAME= vips
PORTVERSION= 7.10.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/vips-7.10/
MAINTAINER= lev@FreeBSD.org
COMMENT= Free image processing system
-LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 \
+LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
png.5:${PORTSDIR}/graphics/png \
diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile
index 2fc36c112c78..292c391169b6 100644
--- a/graphics/xmorph/Makefile
+++ b/graphics/xmorph/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmorph
PORTVERSION= 2006.03.04
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= A digital image warping program
-LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g}