diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2023-02-08 11:20:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2023-02-08 14:49:56 +0000 |
commit | dc1e6eeb6dad719d266e8971ad0c7071f05c190e (patch) | |
tree | 25a975948e617529327b9cec254966c9cbc85739 | |
parent | ff2be894f9f7b78a5f7231870c4d3e728a8624ce (diff) | |
download | ports-dc1e6eeb6dad719d266e8971ad0c7071f05c190e.tar.gz ports-dc1e6eeb6dad719d266e8971ad0c7071f05c190e.zip |
graphics/camera: mark BROKEN (does not fetch), deprecate
-rw-r--r-- | graphics/camera/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile index 0146062edca9..183710a08138 100644 --- a/graphics/camera/Makefile +++ b/graphics/camera/Makefile @@ -12,6 +12,10 @@ WWW= http://home.gna.org/gsimageapps/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Documentation/COPYING +BROKEN= does not fetch +DEPRECATED= abandoned upstream, does not fetch, website disappeared, unmaintained +EXPIRATION_DATE=2023-05-08 + LIB_DEPENDS= libgphoto2_port.so:graphics/libgphoto2 USES= tar:bzip2 gnustep |