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 /finance | |
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 'finance')
-rw-r--r-- | finance/gnucash-docs/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index ba0410dd9..32a430a82 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -3,12 +3,12 @@ # Whom: Glenn Johnson <glennpj@charter.net> # # $FreeBSD$ -# $MCom: ports/finance/gnucash-docs/Makefile,v 1.3 2006/12/24 19:09:22 ahze Exp $ +# $MCom: ports/finance/gnucash-docs/Makefile,v 1.6 2007/07/30 20:05:52 mezz Exp $ # PORTNAME= gnucash-docs PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ @@ -19,9 +19,8 @@ MASTER_SITE_SUBDIR= gnucash MAINTAINER= ahze@FreeBSD.org COMMENT= Documentation for gnucash -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper \ - yelp:${PORTSDIR}/x11/yelp +LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian +RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp INSTALLS_OMF= yes USE_GMAKE= yes |