diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-25 22:58:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-25 22:58:54 +0000 |
commit | 8832ff744966b7303b0f84923c80cf9ff5c15a6a (patch) | |
tree | f7a447d2cdae8d7f84311b6dbb7a35899a106e25 /mail/squirrelmail-password_forget-plugin | |
parent | f9aa0e69c9ef04421cc46d74620e903baa1f421f (diff) | |
download | ports-8832ff744966b7303b0f84923c80cf9ff5c15a6a.tar.gz ports-8832ff744966b7303b0f84923c80cf9ff5c15a6a.zip |
Notes
Diffstat (limited to 'mail/squirrelmail-password_forget-plugin')
-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 f581bf2d9e71..e813bb7ec5d1 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 |