aboutsummaryrefslogtreecommitdiff
path: root/graphics/enblend
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-12-21 13:28:02 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-12-21 13:28:02 +0000
commit94431b44eec8840dff27860eecd6db96760a48eb (patch)
tree23e3da966d107ac8bdbef47c32da24d04f24d400 /graphics/enblend
parentd6e7c0ad592e5bceeaf7cc54c1313de323f1f524 (diff)
downloadports-94431b44eec8840dff27860eecd6db96760a48eb.tar.gz
ports-94431b44eec8840dff27860eecd6db96760a48eb.zip
Drop dependency on graphics/plotutils.
As the ports's NEWS file says, since the 4.1.x series "Enblend no longer relies on libXMI".
Notes
Notes: svn path=/head/; revision=404098
Diffstat (limited to 'graphics/enblend')
-rw-r--r--graphics/enblend/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index a437db154489..56dde90ba7fc 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -3,7 +3,7 @@
PORTNAME= enblend
PORTVERSION= 4.1.1
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R}
DISTNAME= enblend-enfuse-${PORTVERSION}
@@ -14,7 +14,6 @@ COMMENT= Tool for image blending with multiresolution splines
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \
OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR
LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \
- libxmi.so:${PORTSDIR}/graphics/plotutils \
libtiff.so:${PORTSDIR}/graphics/tiff \
libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
libvigraimpex.so:${PORTSDIR}/graphics/vigra \