aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-03-01 06:26:29 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-03-01 06:31:13 +0000
commit202091e3a8001f79b2c30d370992e317a084c1ca (patch)
treef3b0ebe97a5b89d1f4bfe9e8e6a362c079adf8ed
parent4cd23f0e1981baf1da8ee49f197b43ea81e43eb0 (diff)
downloadports-202091e3a8001f79b2c30d370992e317a084c1ca.tar.gz
ports-202091e3a8001f79b2c30d370992e317a084c1ca.zip
accessibility/linux-c7-atk: decouple from accessibility/atk
PR: 269704
-rw-r--r--accessibility/linux-c7-atk/Makefile1
-rw-r--r--accessibility/linux-c7-atk/pkg-descr3
2 files changed, 3 insertions, 1 deletions
diff --git a/accessibility/linux-c7-atk/Makefile b/accessibility/linux-c7-atk/Makefile
index af40d693f35b..b5116aa14c5a 100644
--- a/accessibility/linux-c7-atk/Makefile
+++ b/accessibility/linux-c7-atk/Makefile
@@ -15,7 +15,6 @@ USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
diff --git a/accessibility/linux-c7-atk/pkg-descr b/accessibility/linux-c7-atk/pkg-descr
new file mode 100644
index 000000000000..75eca2b01250
--- /dev/null
+++ b/accessibility/linux-c7-atk/pkg-descr
@@ -0,0 +1,3 @@
+The GNOME Accessibility Toolkit (ATK) contains accessibility widgets,
+just like GTK contains GUI element widgets. However, ATK's widgets
+are platform-independent, so they can be used with Qt, Motif, etc.