diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-30 11:28:50 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-30 11:28:50 +0000 |
commit | d6d4d32c1d8bb7314a75c3b2314d70b52e18b6cd (patch) | |
tree | 538690130eac3cb523067bb40152b3756d718e88 /mail/vmailmgr | |
parent | 726021d2ca92b81dc807c5d89fcad013a9ef691a (diff) | |
download | ports-d6d4d32c1d8bb7314a75c3b2314d70b52e18b6cd.tar.gz ports-d6d4d32c1d8bb7314a75c3b2314d70b52e18b6cd.zip |
Notes
Diffstat (limited to 'mail/vmailmgr')
-rw-r--r-- | mail/vmailmgr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/vmailmgr/Makefile b/mail/vmailmgr/Makefile index 8600c5684afd..adfee242c8ed 100644 --- a/mail/vmailmgr/Makefile +++ b/mail/vmailmgr/Makefile @@ -7,13 +7,15 @@ PORTNAME= vmailmgr PORTVERSION= 0.96.9 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.vmailmgr.org/current/ MAINTAINER= patrick@rinke-bochum.de COMMENT= Virtual MAIL ManaGeR for virtual mailboxes and domains -RUN_DEPENDS= /var/qmail/bin/qmail-start:${PORTSDIR}/mail/qmail +RUN_DEPENDS= /var/qmail/bin/qmail-start:${PORTSDIR}/mail/qmail \ + unixserver:${PORTSDIR}/sysutils/ucspi-unix HAS_CONFIGURE=yes |