diff options
author | thierry <thierry@FreeBSD.org> | 2012-04-16 04:11:12 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2012-04-16 04:11:12 +0800 |
commit | d58f91a94fec660cea486b875a3c4259efa3e939 (patch) | |
tree | 1aa6f64165ef3cab259b2148d6e724cf7e821171 /finance/grisbi/Makefile | |
parent | b84f3992fe58b5aed3016b89aae9487bfc3fcfa4 (diff) | |
download | freebsd-ports-gnome-d58f91a94fec660cea486b875a3c4259efa3e939.tar.gz freebsd-ports-gnome-d58f91a94fec660cea486b875a3c4259efa3e939.tar.zst freebsd-ports-gnome-d58f91a94fec660cea486b875a3c4259efa3e939.zip |
1) Fix dependency on SSL;
2) Fix some problems with pixmaps.
Reported by: pointyhat via Pav (1) and Albat0r (2)
Diffstat (limited to 'finance/grisbi/Makefile')
-rw-r--r-- | finance/grisbi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 9181fe00dd48..06a20540f669 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -7,23 +7,23 @@ PORTNAME= grisbi PORTVERSION= 0.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/ MAINTAINER= thierry@FreeBSD.org COMMENT= A personnal accounting application -LIB_DEPENDS= ofx.5:${PORTSDIR}/finance/libofx \ - ssl.7:${PORTSDIR}/security/openssl - LICENSE= GPLv2 +LIB_DEPENDS= ofx.5:${PORTSDIR}/finance/libofx + USE_BZIP2= yes USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 libxml2 +USE_OPENSSL= yes INSTALLS_ICONS= yes MAN1= grisbi.1 |