Skip to content

Commit

Permalink
Add ctype dependency.
Browse files Browse the repository at this point in the history
See roundcube/roundcubemail#7049

Reported by:	Tim Bishop <tim@bishnet.net>


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@518501 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
alexdupre committed Nov 27, 2019
1 parent ae67309 commit 44fcafc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mail/roundcube/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PORTNAME= roundcube
DISTVERSION= 1.4.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES?= mail www
MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
Expand All @@ -26,7 +27,7 @@ USES= cpe php:web,flavors
CPE_PRODUCT= webmail
CPE_VENDOR= roundcube

USE_PHP= pcre mbstring session iconv dom xml json intl zip filter openssl fileinfo exif
USE_PHP= pcre mbstring session iconv dom xml json intl zip filter openssl fileinfo exif ctype

OPTIONS_DEFINE= LDAP GD PSPELL NSC DOCS EXAMPLES
OPTIONS_MULTI= DB
Expand Down

0 comments on commit 44fcafc

Please sign in to comment.