diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-26 19:05:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-26 19:05:37 +0000 |
commit | 3498012a6ffba7c306f42285ea379bc8d351e995 (patch) | |
tree | f254985b788976e293da72ef963df88feae69fa1 | |
parent | Add two missed files. (diff) |
Option SENDMAIL_MILTER_IN_BASE
- allow to build port with base sendamil
Notes
Notes:
svn path=/head/; revision=68884
-rw-r--r-- | mail/noattach/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/noattach/Makefile b/mail/noattach/Makefile index 9ca2e7c0bb5e..26e76a903d2a 100644 --- a/mail/noattach/Makefile +++ b/mail/noattach/Makefile @@ -12,7 +12,9 @@ MASTER_SITES= ftp://ftp.rhnet.is/pub/noattach/ MAINTAINER= dinoex@FreeBSD.org +.if !defined(SENDMAIL_MILTER_IN_BASE) BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail +.endif CFLAGS+= ${PTHREAD_CFLAGS:S=""==} GNU_CONFIGURE= yes |