summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2012-01-25 10:21:01 +0000
committerAlberto Villa <avilla@FreeBSD.org>2012-01-25 10:21:01 +0000
commitf234761615f8529aaccfa21e36ab5705dc45b91d (patch)
tree4782d327bb4bd50632012205426aad765d88d7d1 /print
parentUpdate multimedia/schroedinger to 1.0.11 (diff)
The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662
Notes
Notes: svn path=/head/; revision=289775
Diffstat (limited to 'print')
-rw-r--r--print/system-config-printer-kde/Makefile6
-rw-r--r--print/system-config-printer-kde/pkg-message8
2 files changed, 13 insertions, 1 deletions
diff --git a/print/system-config-printer-kde/Makefile b/print/system-config-printer-kde/Makefile
index e8647abb22fe..7b40bb108ad5 100644
--- a/print/system-config-printer-kde/Makefile
+++ b/print/system-config-printer-kde/Makefile
@@ -17,7 +17,8 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= KDE4 frontend for system-config-printer
RUN_DEPENDS= system-config-printer:${PORTSDIR}/print/system-config-printer \
- ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups
+ ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \
+ cupsd:${PORTSDIR}/print/cups-base
USE_KDE4= kdehier kdelibs kdeprefix pykde4 pykdeuic4 automoc4
USE_PYTHON= 2.5+
@@ -37,4 +38,7 @@ post-patch:
system-config-printer-kde.py \
cmake-modules/FindSystemConfigPrinter.py
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/print/system-config-printer-kde/pkg-message b/print/system-config-printer-kde/pkg-message
new file mode 100644
index 000000000000..cc8341030867
--- /dev/null
+++ b/print/system-config-printer-kde/pkg-message
@@ -0,0 +1,8 @@
+======================================================================
+
+You'll need cupsd running for the printer configuration utility to
+work:
+
+# service cupsd start
+
+======================================================================