- Add missing RUN_DEPENDS with squirrelmail-compatibility-plugin
- Bump PORTREVISION PR: 108352 Submitted by: Neil Darlow <neil@darlow.co.uk> (maintainer)
This commit is contained in:
parent
d6c451d428
commit
f9aa0e69c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183306
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= squirrelmail
|
||||
PORTVERSION= 3.9.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= http://www.squirrelmail.org/plugins/
|
||||
PKGNAMESUFFIX= -${SQUIRREL_PLUGIN_NAME}-plugin
|
||||
|
@ -15,7 +16,8 @@ DIST_SUBDIR= squirrelmail
|
|||
MAINTAINER= neil@darlow.co.uk
|
||||
COMMENT= Adds multi-site-hosting capabilities to SquirrelMail
|
||||
|
||||
RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
|
||||
RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \
|
||||
squirrelmail-compatibility-plugin>=2.0.5:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
|
||||
|
||||
SQUIRREL_PLUGIN_NAME= vlogin
|
||||
|
||||
|
|
Loading…
Reference in a new issue