summaryrefslogtreecommitdiff
path: root/mail/noattach
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-26 19:05:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-26 19:05:37 +0000
commit3498012a6ffba7c306f42285ea379bc8d351e995 (patch)
treef254985b788976e293da72ef963df88feae69fa1 /mail/noattach
parentAdd two missed files. (diff)
Option SENDMAIL_MILTER_IN_BASE
- allow to build port with base sendamil
Notes
Notes: svn path=/head/; revision=68884
Diffstat (limited to 'mail/noattach')
-rw-r--r--mail/noattach/Makefile2
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