diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-04 11:51:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-04 11:51:32 +0800 |
commit | 7c0cc199c28566c3c0e67be9dd5cabaeb01a6271 (patch) | |
tree | d550f1df88bcf8f63e659fe751ff34af0ef1cdcd /Mk/bsd.gnome.mk | |
parent | e5758cd09b29e6708f180e4f7ac27e4c042f92f3 (diff) | |
download | marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.gz marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.bz2 marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.lz marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.xz marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.zst marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.zip |
Pull the trigger, and replace all scrollkeeper dependencies with rarian.
The good news is yelp kind of works if you call it with, for example,
yelp ghelp:eog. However. yelp launched from within apps will not work yet.
The problem has been reported, and it should all be working by the next
release.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9339 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 13ffc395a..8e17a632f 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.425 2007/07/11 16:22:26 mezz Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.426 2007/07/23 16:29:56 mezz Exp $ # # Please view me with 4 column tabs! @@ -68,7 +68,7 @@ _USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gail \ pygtk2 pygtksourceview vte GNOME_MAKEFILEIN?= Makefile.in -SCROLLKEEPER_DIR= /var/db/scrollkeeper +SCROLLKEEPER_DIR= /var/db/rarian gnomehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "${GNOME_MAKEFILEIN}*" -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/locale|(prefix)/share/locale|g ; \ s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ |