diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2011-05-22 21:30:43 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2011-05-22 21:30:43 +0000 |
commit | 0a6576e9fc4219a48f181d6d28fe0e87375702fc (patch) | |
tree | 4395e103fdfcb2845fa745b788352ccfaf2edaf0 /finance | |
parent | 7a86942b2d7d0271e0f8c159c6c6b2c6610255dc (diff) | |
download | ports-0a6576e9fc4219a48f181d6d28fe0e87375702fc.tar.gz ports-0a6576e9fc4219a48f181d6d28fe0e87375702fc.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/grisbi/Makefile | 6 | ||||
-rw-r--r-- | finance/grisbi/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 5f7df63571d6..90981ceee6af 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grisbi -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.6 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/ @@ -27,8 +27,8 @@ INSTALLS_ICONS= yes MAN1= grisbi.1 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls diff --git a/finance/grisbi/distinfo b/finance/grisbi/distinfo index 16c4f7f9d21d..53ec6d76fe82 100644 --- a/finance/grisbi/distinfo +++ b/finance/grisbi/distinfo @@ -1,2 +1,2 @@ -SHA256 (grisbi-0.8.4.tar.bz2) = 55bbd2e486583b08e269fde2e492c4f0be8fda52206445dc2d3ab73e938f70c3 -SIZE (grisbi-0.8.4.tar.bz2) = 1875136 +SHA256 (grisbi-0.8.6.tar.bz2) = 44b6d06b0d96270f6aa813d1cdb66a21ccc5f82fb91e42d5e7ccc0f38749407c +SIZE (grisbi-0.8.6.tar.bz2) = 1896146 |