diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-26 06:58:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-26 06:58:52 +0800 |
commit | 4c5c2b6130421446bf3f30d34a1a99bd2c53cf1a (patch) | |
tree | 44f23ec27cd9a2142b2b7c0cc3977cd4fa29c0ed | |
parent | 7d01e4a628965ce03dead32c92482673bae14c61 (diff) | |
download | freebsd-ports-gnome-4c5c2b6130421446bf3f30d34a1a99bd2c53cf1a.tar.gz freebsd-ports-gnome-4c5c2b6130421446bf3f30d34a1a99bd2c53cf1a.tar.zst freebsd-ports-gnome-4c5c2b6130421446bf3f30d34a1a99bd2c53cf1a.zip |
- Add missing RUN_DEPENDS with squirrelmail-compatibility-plugin
- Bump PORTREVISION
PR: 108352
Submitted by: Neil Darlow <neil@darlow.co.uk> (maintainer)
-rw-r--r-- | mail/squirrelmail-vlogin-plugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/squirrelmail-vlogin-plugin/Makefile b/mail/squirrelmail-vlogin-plugin/Makefile index c75bf1a36dae..0d7a8374eff5 100644 --- a/mail/squirrelmail-vlogin-plugin/Makefile +++ b/mail/squirrelmail-vlogin-plugin/Makefile @@ -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 |