diff options
author | thierry <thierry@FreeBSD.org> | 2017-11-29 05:01:41 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-11-29 05:01:41 +0800 |
commit | 25ed2bd6a1c45e11d6f259530a46ed95ea63dfb6 (patch) | |
tree | c531133bb5610435e11b9a0d4707351a949519d2 /finance/grisbi/Makefile | |
parent | 1bfa11715f726936d40af4a92e4e74097411a2ae (diff) | |
download | freebsd-ports-gnome-25ed2bd6a1c45e11d6f259530a46ed95ea63dfb6.tar.gz freebsd-ports-gnome-25ed2bd6a1c45e11d6f259530a46ed95ea63dfb6.tar.zst freebsd-ports-gnome-25ed2bd6a1c45e11d6f259530a46ed95ea63dfb6.zip |
Upgrade to the latest stable version (1.0.2).
Diffstat (limited to 'finance/grisbi/Makefile')
-rw-r--r-- | finance/grisbi/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 63fe72518c7f..8f7f7184e7b9 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= grisbi -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= finance -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:C|1$|x|}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:C|.$|x|}/ MAINTAINER= thierry@FreeBSD.org COMMENT= Personal accounting application @@ -14,17 +13,16 @@ LICENSE= GPLv2 LIB_DEPENDS= libofx.so:finance/libofx \ libfreetype.so:print/freetype2 \ + libgoffice-0.8.so:devel/goffice \ libfontconfig.so:x11-fonts/fontconfig -USES= tar:bzip2 desktop-file-utils gmake iconv pkgconfig shared-mime-info ssl +USES= tar:bzip2 desktop-file-utils gmake iconv localbase pkgconfig \ + shared-mime-info ssl GNU_CONFIGURE= yes USE_GNOME= cairo gtk20 glib20 intltool libxml2 INSTALLS_ICONS= yes CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= DOCS NLS .include <bsd.port.options.mk> |