diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-25 21:40:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-25 21:40:13 +0000 |
commit | 8464709804f4db7105a05327f74c1dcbc454174c (patch) | |
tree | 2b76b4fd23e36f1db6236790dbb9017a83deea0f /finance/grisbi/Makefile | |
parent | 0dd9c1c8fc35a606f2b31fcc57fcfe01c0e21886 (diff) | |
download | ports-8464709804f4db7105a05327f74c1dcbc454174c.tar.gz ports-8464709804f4db7105a05327f74c1dcbc454174c.zip |
Notes
Diffstat (limited to 'finance/grisbi/Makefile')
-rw-r--r-- | finance/grisbi/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 8f5fb0981dca..0460765b2827 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -6,19 +6,16 @@ # PORTNAME= grisbi -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= finance -MASTER_SITES= http://grisbi.org/download/packages/${PORTVERSION}/sources/ \ - http://cedricauger.free.fr/download/packages/${PORTVERSION}/sources/ \ - http://grisbi.gegeweb.net/download/packages/${PORTVERSION}/sources/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= thierry@pompo.net +MAINTAINER= thierry@FreeBSD.org COMMENT= A personnal accounting application -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - USE_GETTEXT= yes +USE_ICONV= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes |