diff options
author | makc <makc@FreeBSD.org> | 2014-10-19 23:58:55 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-10-19 23:58:55 +0800 |
commit | 805c4edb79648d7a5b65ce696566152c45c15654 (patch) | |
tree | 3884b2ad74be47f27b8a466ce910bb043c223ffd /finance/skrooge/Makefile | |
parent | 25c68bc4526056d98d62f1efe29e6059f175ce69 (diff) | |
download | freebsd-ports-gnome-805c4edb79648d7a5b65ce696566152c45c15654.tar.gz freebsd-ports-gnome-805c4edb79648d7a5b65ce696566152c45c15654.tar.zst freebsd-ports-gnome-805c4edb79648d7a5b65ce696566152c45c15654.zip |
finance/skrooge and devel/kdevplatform:
- Chase devel/grantlee update
- remove deprecated USE_KDE4=kdehier
Diffstat (limited to 'finance/skrooge/Makefile')
-rw-r--r-- | finance/skrooge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index c3d756a6a0e8..06925ae2353c 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -2,7 +2,7 @@ PORTNAME= skrooge PORTVERSION= 1.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME} @@ -20,10 +20,10 @@ USES= cmake:outsource gettext shared-mime-info tar:bzip2 USE_SQLITE= yes USE_QT4= qmake_build moc_build uic_build rcc_build designer_build \ corelib dbus gui script sql webkit xml sql-sqlite3_run -USE_KDE4= automoc4 kdehier kdelibs kdeprefix pimlibs +USE_KDE4= automoc4 kdelibs kdeprefix pimlibs USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} \ - GRANTLEE_VER=0.4 + GRANTLEE_VER=0.5 .include <bsd.port.mk> |