diff options
author | Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk> | 2023-07-28 13:23:52 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-07-30 22:59:04 +0000 |
commit | 7edcfaeb079e3285b299ef619ab9d09d46c447a2 (patch) | |
tree | 3aa03f1a42143eedfb04a096e0f11544e99d5b51 /finance | |
parent | 94218d3a91189c7afea956e8905d5e5ecf879a2c (diff) | |
download | ports-7edcfaeb079e3285b299ef619ab9d09d46c447a2.tar.gz ports-7edcfaeb079e3285b299ef619ab9d09d46c447a2.zip |
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 2bb396adcf90..fc0008d16227 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnucash PORTVERSION= 5.3 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} @@ -18,8 +19,6 @@ LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring \ libfreetype.so:print/freetype2 \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ - libguile-2.2.so:lang/guile2 \ - libgc-threaded.so:devel/boehm-gc-threaded \ libboost_date_time.so:devel/boost-libs \ libicudata.so:devel/icu\ libharfbuzz.so:print/harfbuzz @@ -29,8 +28,8 @@ RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https USES= cmake:insource compiler:c++11-lib cpe desktop-file-utils \ - gettext-tools gnome libtool localbase perl5 pkgconfig \ - shebangfix tar:bzip2 xorg + gettext-tools gnome guile:2.2,3.0,conflicts libtool localbase \ + perl5 pkgconfig shebangfix tar:bzip2 xorg USE_XORG= x11 USE_CXXSTD= c++11 USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 libxslt |