diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 23:58:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 23:58:38 +0800 |
commit | 7864bff3873ecafca4bdf2b911cc7717f0312614 (patch) | |
tree | cdbcccf94740757f1e5cd6145ca446d14702c64f /databases/evolution-data-server | |
parent | 5b8f0e1b53cf86a9a62f287b1442773a56bb31ec (diff) | |
download | freebsd-ports-gnome-7864bff3873ecafca4bdf2b911cc7717f0312614.tar.gz freebsd-ports-gnome-7864bff3873ecafca4bdf2b911cc7717f0312614.tar.zst freebsd-ports-gnome-7864bff3873ecafca4bdf2b911cc7717f0312614.zip |
Fix without gperf in base
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r-- | databases/evolution-data-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 8c6cb9eba7e4..8b8cbdf4306b 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libtasn1.so:${PORTSDIR}/security/libtasn1 \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring -USES= bison gettext gmake libtool pathfix pkgconfig tar:bzip2 +USES= bison gettext gmake gperf libtool pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack gconf2 libxml2 USE_OPENLDAP= yes USE_SQLITE= 3 |