diff options
author | pav <pav@FreeBSD.org> | 2009-09-17 19:27:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-09-17 19:27:09 +0800 |
commit | ce27598e4556414d3eecc68ce764f750cb001b1f (patch) | |
tree | 37ec4d531173dec2e932ace38e9c4d30e9288ff0 /mail/vpopmail | |
parent | 92198f973ad824957f02305f1301f83690e54997 (diff) | |
download | freebsd-ports-gnome-ce27598e4556414d3eecc68ce764f750cb001b1f.tar.gz freebsd-ports-gnome-ce27598e4556414d3eecc68ce764f750cb001b1f.tar.zst freebsd-ports-gnome-ce27598e4556414d3eecc68ce764f750cb001b1f.zip |
- Fix configure when WITH_MAILDROP is set
PR: ports/138363
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org>
Approved by: maintainer timeout (roam; 18 days)
Feature safe: yes
Diffstat (limited to 'mail/vpopmail')
-rw-r--r-- | mail/vpopmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 0065b2e07686..837ef35f6e0e 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -221,6 +221,7 @@ CONFIGURE_ARGS+= --enable-onchange-script .if defined(WITH_MAILDROP) CONFIGURE_ARGS+= --enable-maildrop=y \ --enable-maildrop-prog=${LOCALBASE}/bin/maildrop +BUILD_DEPENDS+= maildrop:${PORTSDIR}/${MAILDROP_PORT} RUN_DEPENDS+= maildrop:${PORTSDIR}/${MAILDROP_PORT} MAILDROP_FILES= ${WRKSRC}/maildrop/maildroprc.v1 \ ${WRKSRC}/maildrop/maildroprc.v2 |