diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-26 06:58:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-26 06:58:54 +0800 |
commit | d6bfeae13d72c87a5c9f4017c8167f8fff6ca959 (patch) | |
tree | cc2b83163ff2ba417632fa3f43fa803d2dc9232f /mail | |
parent | 4c5c2b6130421446bf3f30d34a1a99bd2c53cf1a (diff) | |
download | freebsd-ports-graphics-d6bfeae13d72c87a5c9f4017c8167f8fff6ca959.tar.gz freebsd-ports-graphics-d6bfeae13d72c87a5c9f4017c8167f8fff6ca959.tar.zst freebsd-ports-graphics-d6bfeae13d72c87a5c9f4017c8167f8fff6ca959.zip |
- Add missing RUN_DEPENDS with squirrelmail-compatibility-plugin
- Bump PORTREVISION
PR: 108351
Submitted by: Neil Darlow <neil@darlow.co.uk> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail-password_forget-plugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/squirrelmail-password_forget-plugin/Makefile b/mail/squirrelmail-password_forget-plugin/Makefile index f581bf2d9e7..e813bb7ec5d 100644 --- a/mail/squirrelmail-password_forget-plugin/Makefile +++ b/mail/squirrelmail-password_forget-plugin/Makefile @@ -6,6 +6,7 @@ PORTNAME= squirrelmail PORTVERSION= 2.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= Prevent reuse of login details by browsers at public terminals -RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail +RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \ + ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin SQUIRREL_PLUGIN_NAME= password_forget |