diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-19 19:38:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-19 19:38:48 +0000 |
commit | 68517d8ee096a6d1e71465c0d6c839b996a45ed0 (patch) | |
tree | eb902d4bb3c5d2f6db22635bd56e8cf867a54746 /mail/py-milter | |
parent | a6a8ed7e09f961782eba2c06b411dba5deeed167 (diff) |
Notes
Diffstat (limited to 'mail/py-milter')
-rw-r--r-- | mail/py-milter/Makefile | 1 |
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} |