diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-03-15 12:01:30 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-03-15 14:36:28 +0100 |
commit | 213dc1f95defbadd689d5bdcdd04caef9778c9d3 (patch) | |
tree | fc04c892dbf3dd47225b22864d35bc95330325c6 /finance/gnucash-docs | |
parent | aaccca41353e92b757b4150ba47055cfc28ba8f5 (diff) | |
download | freebsd-ports-213dc1f95defbadd689d5bdcdd04caef9778c9d3.zip |
cleanup: remove wrong dependency on rarian
Diffstat (limited to 'finance/gnucash-docs')
-rw-r--r-- | finance/gnucash-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index 36e53e02ebb6..5d28a380b5da 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -2,13 +2,13 @@ PORTNAME= gnucash-docs DISTVERSION= 4.9 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/gnucash%20%28stable%29/${PORTVERSION} MAINTAINER= madpilot@FreeBSD.org COMMENT= Documentation for gnucash -LIB_DEPENDS= librarian.so:textproc/rarian RUN_DEPENDS= yelp:x11/yelp USES= cmake localbase gnome |