diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-27 22:38:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-27 22:38:18 +0800 |
commit | d827501263da4a2ee9ccc072182cfe8a38220772 (patch) | |
tree | ce854680f4382f692883d80ee5d72c2af0d5f86d /graphics | |
parent | a8f04f3576566f7cf1b5d2e440257ef7437d460c (diff) | |
download | freebsd-ports-gnome-d827501263da4a2ee9ccc072182cfe8a38220772.tar.gz freebsd-ports-gnome-d827501263da4a2ee9ccc072182cfe8a38220772.tar.zst freebsd-ports-gnome-d827501263da4a2ee9ccc072182cfe8a38220772.zip |
Mark a few unfetchable ports BROKEN
With hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dcraw-m/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-gmic-plugin/Makefile | 2 | ||||
-rw-r--r-- | graphics/shotwell/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/dcraw-m/Makefile b/graphics/dcraw-m/Makefile index 9e9b535fee90..0cf6f530bfe4 100644 --- a/graphics/dcraw-m/Makefile +++ b/graphics/dcraw-m/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= https://dx.burplex.com/dcraw-m/ \ MAINTAINER= waitman@waitman.net COMMENT= Modified Decoder for RAW files from digital cameras +BROKEN= Unfetchable + LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms.so:${PORTSDIR}/graphics/lcms \ diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index 1c9c6d7c3a45..6e20e0d3f06c 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= GREYC's Magic Image Converter +BROKEN= Unfetchable + LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick13 \ libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libMagick++.so:${PORTSDIR}/graphics/ImageMagick \ diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 9ea0d3278475..58872b810976 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -12,6 +12,8 @@ COMMENT= Open source photo manager for GNOME LICENSE= LGPL21 +BROKEN= Unfetchable + BUILD_DEPENDS= vala>=0.18.0:${PORTSDIR}/lang/vala \ bash:${PORTSDIR}/shells/bash LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ |