diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-07-21 11:39:42 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-07-21 11:39:42 +0000 |
commit | 4064f88b4c780e64518eaadd1ff9254cc2fd5283 (patch) | |
tree | d1c997b9641c7c15990c8f2de693ebe56665ee48 /mail/qmailadmin | |
parent | 5b14d095353539bf6546629a2219b693bdfde12c (diff) | |
download | ports-4064f88b4c780e64518eaadd1ff9254cc2fd5283.tar.gz ports-4064f88b4c780e64518eaadd1ff9254cc2fd5283.zip |
Notes
Diffstat (limited to 'mail/qmailadmin')
-rw-r--r-- | mail/qmailadmin/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/mail/qmailadmin/Makefile b/mail/qmailadmin/Makefile index 04d3ab5df473..3c28ae8cae1b 100644 --- a/mail/qmailadmin/Makefile +++ b/mail/qmailadmin/Makefile @@ -17,14 +17,20 @@ COMMENT= CGI program for administering Qmail with vchkpw/vpopmail BUILD_DEPENDS= \ ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ autorespond:${PORTSDIR}/mail/autorespond \ - ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \ ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail RUN_DEPENDS= \ ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ autorespond:${PORTSDIR}/mail/autorespond \ - ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \ ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail +.if defined(WITHOUT_IDX) +BUILD_DEPENDS+= ezmlm-send:${PORTSDIR}/mail/ezmlm +RUN_DEPENDS+= ezmlm-send:${PORTSDIR}/mail/ezmlm +.else +BUILD_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx +RUN_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx +.endif + GNU_CONFIGURE= YES USE_GMAKE= YES |