diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-21 21:28:02 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-21 21:28:02 +0800 |
commit | 6eb9061c7f7a8b964f2dce7fae8033e605390291 (patch) | |
tree | 23e3da966d107ac8bdbef47c32da24d04f24d400 /graphics | |
parent | 03075551f941b90d1957af18d11a172b8d7c0231 (diff) | |
download | freebsd-ports-gnome-6eb9061c7f7a8b964f2dce7fae8033e605390291.tar.gz freebsd-ports-gnome-6eb9061c7f7a8b964f2dce7fae8033e605390291.tar.zst freebsd-ports-gnome-6eb9061c7f7a8b964f2dce7fae8033e605390291.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".
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/enblend/Makefile | 3 |
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 \ |