diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-27 22:25:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-27 22:25:04 +0800 |
commit | 5d86dfe7145e7d23817b79002c6e3479a4d07014 (patch) | |
tree | 398c4fe2a046a05890ca78614312ff6bfb71aa0d /databases/akonadi-googledata/Makefile | |
parent | 47b45de7ad5ef070ab7c1c2395c4b2ead4ac5640 (diff) | |
download | freebsd-ports-gnome-5d86dfe7145e7d23817b79002c6e3479a4d07014.tar.gz freebsd-ports-gnome-5d86dfe7145e7d23817b79002c6e3479a4d07014.tar.zst freebsd-ports-gnome-5d86dfe7145e7d23817b79002c6e3479a4d07014.zip |
- Stage support
PR: 190648
Diffstat (limited to 'databases/akonadi-googledata/Makefile')
-rw-r--r-- | databases/akonadi-googledata/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/akonadi-googledata/Makefile b/databases/akonadi-googledata/Makefile index db4240a40e7b..428540f5dffd 100644 --- a/databases/akonadi-googledata/Makefile +++ b/databases/akonadi-googledata/Makefile @@ -12,10 +12,8 @@ COMMENT= Akonadi Resources for Google Contacts and Calendar LIB_DEPENDS= libgcal.so:${PORTSDIR}/deskutils/libgcal -USE_BZIP2= yes -USES= cmake gettext +USES= cmake gettext tar:bzip2 USE_QT4= qmake_build rcc_build moc_build uic_build dbus USE_KDE4= kdelibs kdeprefix pimlibs automoc4 akonadi -NO_STAGE= yes .include <bsd.port.mk> |