summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-03-01 07:29:07 +0100
committerTobias C. Berner <tcberner@FreeBSD.org>2023-03-01 07:31:31 +0100
commitf1b71e53ad37e56be52a8c8ccdc3adc009846108 (patch)
tree7351459a233a6232716a963bf864452daedffcb1 /accessibility
parentaccessibility/linux-c7-atk: decouple from accessibility/atk (diff)
accessibility/linux-c7-at-spi2-atk: decouple from accesibility/at-spi2-atk
PR: 269704
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/linux-c7-at-spi2-atk/Makefile2
-rw-r--r--accessibility/linux-c7-at-spi2-atk/pkg-descr7
2 files changed, 7 insertions, 2 deletions
diff --git a/accessibility/linux-c7-at-spi2-atk/Makefile b/accessibility/linux-c7-at-spi2-atk/Makefile
index df53d5d3cb54..122abae7b9f6 100644
--- a/accessibility/linux-c7-at-spi2-atk/Makefile
+++ b/accessibility/linux-c7-at-spi2-atk/Makefile
@@ -15,8 +15,6 @@ USE_LINUX= at-spi2-core atk dbuslibs
USE_LINUX_RPM= yes
CPE_VENDOR= gnome
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
diff --git a/accessibility/linux-c7-at-spi2-atk/pkg-descr b/accessibility/linux-c7-at-spi2-atk/pkg-descr
new file mode 100644
index 000000000000..512db73db840
--- /dev/null
+++ b/accessibility/linux-c7-at-spi2-atk/pkg-descr
@@ -0,0 +1,7 @@
+This is the Gnome Accessibility Project's Assistive Technology
+Service Provider Interface. It allows accessibility applications
+and assistive technologies to announce their respective existence
+to each other.
+
+This port contains the GTK+ module needed to interface with the SPI
+framework.