aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-07-03 00:53:30 +0800
committerrene <rene@FreeBSD.org>2013-07-03 00:53:30 +0800
commita0d61706264b94aba4703b2cc6bf70e7d0556347 (patch)
tree3368031d4c621d901615ae4f966dc943622fc0a2 /x11-toolkits
parent7f4205e98325d04c1327965ccfa0e8f40b5ff110 (diff)
downloadfreebsd-ports-graphics-a0d61706264b94aba4703b2cc6bf70e7d0556347.tar.gz
freebsd-ports-graphics-a0d61706264b94aba4703b2cc6bf70e7d0556347.tar.zst
freebsd-ports-graphics-a0d61706264b94aba4703b2cc6bf70e7d0556347.zip
Copy pkg-descr from x11-toolkits/qt33 instead of referencing it.
This fixes the INDEX build when x11-toolkits/qt33 gets removed.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/linux-f10-qt33/Makefile8
-rw-r--r--x11-toolkits/linux-f10-qt33/pkg-descr10
2 files changed, 11 insertions, 7 deletions
diff --git a/x11-toolkits/linux-f10-qt33/Makefile b/x11-toolkits/linux-f10-qt33/Makefile
index 2c62673830c..070ac4e4037 100644
--- a/x11-toolkits/linux-f10-qt33/Makefile
+++ b/x11-toolkits/linux-f10-qt33/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: x11-toolkits/linux-f10-qt33
-# Date created: 2009-05-03
-# Whom: bsam
-#
+# Created by: bsam
# $FreeBSD$
-#
PORTNAME= ${LINUX_NAME}3
PORTVERSION= 3.3.8b
@@ -26,6 +22,4 @@ RPMVERSION= 17.fc10
USE_LDCONFIG= yes
PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
.include <bsd.port.mk>
diff --git a/x11-toolkits/linux-f10-qt33/pkg-descr b/x11-toolkits/linux-f10-qt33/pkg-descr
new file mode 100644
index 00000000000..ef07d3c8675
--- /dev/null
+++ b/x11-toolkits/linux-f10-qt33/pkg-descr
@@ -0,0 +1,10 @@
+Qt is a C++ toolkit for application development. It lets application
+developers target all major operating systems with a single application
+source code.
+
+Qt provides a platform-independent API to all central platform functionality:
+GUI, database access, networking, file handling, etc. The Qt library
+encapsulates the different APIs of different operating systems, providing
+the application programmer with a single, common API for all operating systems.
+The native C APIs are encapsulated in a set of well-designed, fully
+object-oriented C++ classes.