diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 00:07:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 00:07:32 +0000 |
commit | daeae785f9360b1eac895173ee8a0f010f6ce817 (patch) | |
tree | e81af951b741e8eacae096331e85c00de1f603df /finance | |
parent | bc1e02371394e9880430173e584bd1ce445c294d (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-docs/Makefile | 3 | ||||
-rw-r--r-- | finance/homebank/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index f0b686b085af..50218eaf24de 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnucash-docs PORTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ @@ -18,7 +19,7 @@ RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp INSTALLS_OMF= yes USES= gmake -USE_GNOME= libxml2 gnomehier +USE_GNOME= libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index f080ccc928a9..4ee6e30eafc1 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -2,6 +2,7 @@ PORTNAME= homebank PORTVERSION= 4.6.3 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ @@ -14,7 +15,7 @@ LIB_DEPENDS= libosp.so:${PORTSDIR}/textproc/opensp GNU_CONFIGURE= yes USES= desktop-file-utils gettext gmake pkgconfig shared-mime-info -USE_GNOME= gnomehier gtk20 +USE_GNOME= gtk20 INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include |