diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-05 07:38:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-05 07:38:49 +0000 |
commit | 34510ecefc3457ac3e4be2afc805e738c75ecc84 (patch) | |
tree | bc12e9de3c2acd05ee0d7c6137db4202c3e099f7 /mail/squirrelmail-qmailadmin_login-plugin | |
parent | - Update to 1.0.13 (diff) |
- Removed dependency on compatibility plugin - it is not needed.
PR: 115191
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=197102
Diffstat (limited to 'mail/squirrelmail-qmailadmin_login-plugin')
-rw-r--r-- | mail/squirrelmail-qmailadmin_login-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail-qmailadmin_login-plugin/Makefile b/mail/squirrelmail-qmailadmin_login-plugin/Makefile index 0aff1bf769ce..a9274f9b8535 100644 --- a/mail/squirrelmail-qmailadmin_login-plugin/Makefile +++ b/mail/squirrelmail-qmailadmin_login-plugin/Makefile @@ -6,6 +6,7 @@ PORTNAME= squirrelmail-${SQUIRREL_PLUGIN_NAME}-plugin PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://www.squirrelmail.org/plugins/ DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.3 @@ -14,8 +15,7 @@ DIST_SUBDIR= squirrelmail MAINTAINER= gerrit.beine@gmx.de COMMENT= Using the QmailAdmin cgi interface from SquirrelMail -RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \ - ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin +RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail SQUIRREL_PLUGIN_NAME= qmailadmin_login |