aboutsummaryrefslogtreecommitdiff
path: root/mail/py-milter
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-19 19:38:48 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-19 19:38:48 +0000
commit68517d8ee096a6d1e71465c0d6c839b996a45ed0 (patch)
treeeb902d4bb3c5d2f6db22635bd56e8cf867a54746 /mail/py-milter
parenta6a8ed7e09f961782eba2c06b411dba5deeed167 (diff)
downloadports-68517d8ee096a6d1e71465c0d6c839b996a45ed0.tar.gz
ports-68517d8ee096a6d1e71465c0d6c839b996a45ed0.zip
five milter ports: Add or improve support on systems missing sendmail
In some cases no-sendmail support was in place but missing CFLAGS or LDFLAGS, but in others it needed to be added. Problems found as a result of DragonFly removing sendmail from base. Approved by: just fix it.
Notes
Notes: svn path=/head/; revision=381679
Diffstat (limited to 'mail/py-milter')
-rw-r--r--mail/py-milter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/py-milter/Makefile b/mail/py-milter/Makefile
index 6dce26b42112..d572b687b533 100644
--- a/mail/py-milter/Makefile
+++ b/mail/py-milter/Makefile
@@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
.if !exists(/usr/lib/libmilter.so)
LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/sendmail
+CFLAGS+= -I${LOCALBASE}/include
.endif
PYPORTNAME= ${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME}