diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-19 08:19:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-19 08:19:01 +0000 |
commit | fa34a7808dc1048dc64fb8a08582d24ea36ced6c (patch) | |
tree | 6fd0c859f74fb130c82ce78ed7d477ad8bc7d3ca /x11 | |
parent | b7afb7abb9976a8eec1a5c41b151a5170885ae24 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-workspace/Makefile | 9 | ||||
-rw-r--r-- | x11/kde4-workspace/pkg-descr | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 30b951e802ba..b71b49efd4df 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -104,8 +104,6 @@ WALLPAPERS_DESC= Install official KDE wallpapers WALLPAPERS_RUN_DEPENDS= ${KDE4_PREFIX}/share/wallpapers/Horos/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers \ ${KDE4_PREFIX}/share/wallpapers/stripes-freebsd-blue/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers-freebsd -.include <bsd.port.options.mk> - .if !exists(/usr/lib/libutempter.so) LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter .endif @@ -129,9 +127,12 @@ pre-configure: post-install: ${LN} -sf ${PREFIX}/bin/startkde ${STAGEDIR}${PREFIX}/bin/startkde4 -.if ! ${PORT_OPTIONS:MGSTREAMER} + +post-install-GSTREAMER-on: + @${HEAD} -1 ${PKGMESSAGE} >> ${PKGMESSAGE} + +post-install-GSTREAMER-off: @${CAT} ${FILESDIR}/pkg-message.gstreamer >> ${PKGMESSAGE} -.endif @${HEAD} -1 ${PKGMESSAGE} >> ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/x11/kde4-workspace/pkg-descr b/x11/kde4-workspace/pkg-descr index a618af7d124b..d2a70cd666b3 100644 --- a/x11/kde4-workspace/pkg-descr +++ b/x11/kde4-workspace/pkg-descr @@ -2,4 +2,4 @@ This package provides the basic applications for the KDE system. Installing this package (and its dependencies) will provide you with everything required for a minimal, functional KDE desktop. -WWW: http://www.kde.org +WWW: http://www.kde.org/ |