aboutsummaryrefslogtreecommitdiffstats
path: root/security/kgpg-kde4/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2011-05-17 03:26:43 +0800
committermakc <makc@FreeBSD.org>2011-05-17 03:26:43 +0800
commitca56cd62ce52f8db9d2abf8fbf9a1928778bd691 (patch)
tree7e4afaa85fb220b0934fc278fee6f97fd509f930 /security/kgpg-kde4/Makefile
parent7e55452f2607b2b4546aaf3375bc0586130e8122 (diff)
downloadfreebsd-ports-gnome-ca56cd62ce52f8db9d2abf8fbf9a1928778bd691.tar.gz
freebsd-ports-gnome-ca56cd62ce52f8db9d2abf8fbf9a1928778bd691.tar.zst
freebsd-ports-gnome-ca56cd62ce52f8db9d2abf8fbf9a1928778bd691.zip
Update KDE Software Compilation ports to 4.6.3
Special thanks to Raphael Kubo da Costa for his work on this update.
Diffstat (limited to 'security/kgpg-kde4/Makefile')
-rw-r--r--security/kgpg-kde4/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile
index 0a7c286315db..9a66faa99cad 100644
--- a/security/kgpg-kde4/Makefile
+++ b/security/kgpg-kde4/Makefile
@@ -33,6 +33,9 @@ MAKE_JOBS_SAFE= yes
MAN1= ark.1
+# Disable printer-applet, it comes with print/kdeutils4-printer-applet.
+CMAKE_ARGS+= -DBUILD_printer-applet=OFF
+
OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \
PRINTER_APPLET "Install printer system tray utility" off \
RAR "Support for RAR archives in Ark" off \
@@ -76,9 +79,4 @@ RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar
.endif
.endif
-post-patch:
-# Disable printer-applet, it comes with print/kdeutils4-printer-applet.
- ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
- ${PATCH_WRKSRC}/CMakeLists.txt
-
.include <bsd.port.post.mk>