diff options
author | acm <acm@FreeBSD.org> | 2016-07-19 22:00:01 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2016-07-19 22:00:01 +0800 |
commit | 2d03d742738d46edc492c9ed678cd630e61cddee (patch) | |
tree | 6ed5c87be622591a166661f775da7f222a2d0e93 /devel | |
parent | 69103b0e19be3d4d11815660ab367f3e738aadaf (diff) | |
download | freebsd-ports-gnome-2d03d742738d46edc492c9ed678cd630e61cddee.tar.gz freebsd-ports-gnome-2d03d742738d46edc492c9ed678cd630e61cddee.tar.zst freebsd-ports-gnome-2d03d742738d46edc492c9ed678cd630e61cddee.zip |
- Add missing dependency
- Bump PORTREVISION
PR: 211150
Submitted by: Euan Thoms (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sope2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index 6788b6240fc7..00a5f4553d74 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -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=${GNUSTEP_LOCAL_TOOLS} \ 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: |