Date: Tue, 19 Jul 2016 14:00:01 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418790 - head/devel/sope2 Message-ID: <201607191400.u6JE014p004721@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Tue Jul 19 14:00:01 2016 New Revision: 418790 URL: https://svnweb.freebsd.org/changeset/ports/418790 Log: - Add missing dependency - Bump PORTREVISION PR: 211150 Submitted by: Euan Thoms (maintainer) Modified: head/devel/sope2/Makefile Modified: head/devel/sope2/Makefile ============================================================================== --- head/devel/sope2/Makefile Tue Jul 19 13:58:40 2016 (r418789) +++ head/devel/sope2/Makefile Tue Jul 19 14:00:01 2016 (r418790) @@ -3,6 +3,7 @@ PORTNAME= sope2 PORTVERSION= 2.3.13 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} @@ -26,7 +27,7 @@ MYSQL_DESC= Build with MySQL support PGSQL_DESC= Build with PostgreSQL support MEMCACHED_DESC= Install memcached -USES= gmake gnustep +USES= gmake iconv gnustep USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} @@ -35,9 +36,9 @@ SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTE CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip -LDAP_USE= OPENLDAP=client -PGSQL_USES= pgsql -MYSQL_USE= MYSQL=client +LDAP_USE= OPENLDAP=client +PGSQL_USES= pgsql +MYSQL_USE= MYSQL=client MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached post-patch-LDAP-off:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607191400.u6JE014p004721>