diff options
Diffstat (limited to 'finance')
-rw-r--r-- | finance/eqonomize-kde4/Makefile | 3 | ||||
-rw-r--r-- | finance/grisbi/Makefile | 2 | ||||
-rw-r--r-- | finance/homebank/Makefile | 3 | ||||
-rw-r--r-- | finance/libofx/Makefile | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/finance/eqonomize-kde4/Makefile b/finance/eqonomize-kde4/Makefile index 52fa92ce7b43..a0e2db2eac09 100644 --- a/finance/eqonomize-kde4/Makefile +++ b/finance/eqonomize-kde4/Makefile @@ -13,8 +13,7 @@ COMMENT= A personal accounting software USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= corelib dbus gui network svg xml qmake_build moc_build uic_build rcc_build -USES= cmake gettext -USE_ICONV= yes +USES= cmake gettext iconv INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/apps/${PORTNAME} diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 9895c1a9028f..048e9045e372 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -19,7 +19,7 @@ LICENSE= GPLv2 LIB_DEPENDS= ofx.5:${PORTSDIR}/finance/libofx USE_BZIP2= yes -USE_ICONV= yes +USES= iconv USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 libxml2 diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 5f031e8102c0..a4536735f09b 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -22,8 +22,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ GNU_CONFIGURE= yes USE_GMAKE= yes -USE_ICONV= yes -USES= gettext +USES= gettext iconv USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \ xi xinerama xrandr xrender USE_GNOME= desktopfileutils gnomehier gtk20 diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 55bdb2246968..935fe870e28e 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ osp.5:${PORTSDIR}/textproc/opensp USE_GCC= any -USE_ICONV= yes +USES= iconv USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I m4 |