diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-09-28 10:20:26 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-09-28 10:20:26 +0000 |
commit | 97533bf3eb757370798e718d99645d7385be25cc (patch) | |
tree | 5c1b12215e183243761d9c0693a0b1179eb38e7f /finance/gnucash/Makefile | |
parent | 8ea12a0361eca331a094d571629ab371bb92ad56 (diff) |
Notes
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r-- | finance/gnucash/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 197c0e621ea9..faa4369a2a5b 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -2,8 +2,8 @@ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 2.6.17 -PORTREVISION= 2 +PORTVERSION= 2.6.18 +DISTVERSIONSUFFIX=-1 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} @@ -64,9 +64,9 @@ GUILE2_LIB_DEPENDS= libguile-2.0.so:lang/guile2 GUILE2_BUILD_DEPENDS= slib-guile2>0:lang/slib-guile2 GUILE2_RUN_DEPENDS= slib-guile2>0:lang/slib-guile2 -USE_XORG= x11 USES= compiler:c++11-lib desktop-file-utils gettext gmake libtool localbase \ perl5 pkgconfig shebangfix tar:bzip2 +USE_XORG= x11 USE_CXXSTD= c++11 INSTALLS_ICONS= yes USE_GNOME+= cairo gtk20 intltool libgnomecanvas libxml2 libxslt @@ -75,6 +75,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-error-on-warning \ --disable-doxygen SHEBANG_FILES= src/gnc-test-env.pl src/quotes/gnc-fq-dump +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml \ org.gnucash.dialogs.checkprinting.gschema.xml \ |