summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-04-30 22:56:24 +0000
committerabs <abs@pkgsrc.org>2011-04-30 22:56:24 +0000
commit416d5ad0ccb7dea55b7597e6d6928ec9bae6806f (patch)
tree4ef6ab9404684c79570a582c58e0c59ed8ba1098 /x11
parent7ed03b0af6d6023f8fb499178e33b94b20e8f992 (diff)
downloadpkgsrc-416d5ad0ccb7dea55b7597e6d6928ec9bae6806f.tar.gz
Fix #! path to ruby in servicemenu{de,}installation. Bump pkgrevision
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase4/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile
index 5fb3aad2593..cdf31c30405 100644
--- a/x11/kdebase4/Makefile
+++ b/x11/kdebase4/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2011/04/22 13:45:11 obache Exp $
+# $NetBSD: Makefile,v 1.19 2011/04/30 22:56:24 abs Exp $
DISTNAME= kdebase-${_KDE_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
COMMENT= Base modules for the KDE 4 integrated X11 desktop
@@ -9,6 +9,11 @@ COMMENT= Base modules for the KDE 4 integrated X11 desktop
# BUILD_MAKE_FLAGS+= VERBOSE=1
+REPLACE_RUBY+= apps/dolphin/src/khns/servicemenudeinstallation
+REPLACE_RUBY+= apps/dolphin/src/khns/servicemenuinstallation
+
+.include "../../lang/ruby/replace.mk"
+
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
@@ -17,5 +22,6 @@ COMMENT= Base modules for the KDE 4 integrated X11 desktop
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../x11/kdebase-runtime4/buildlink3.mk"
.include "../../x11/kdebase-workspace4/buildlink3.mk"
+.include "../../lang/ruby/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"