diff options
-rw-r--r-- | mail/smtptrapd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/smtptrapd/Makefile b/mail/smtptrapd/Makefile index a0c0ba34d8a5..be0d4f73b29c 100644 --- a/mail/smtptrapd/Makefile +++ b/mail/smtptrapd/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://smtptrapd.inodes.org/ MAINTAINER= ports@FreeBSD.org COMMENT= RFC 2821 compliant SMTP service that always returns a 4xx soft error +CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} + USE_RC_SUBR= smtptrapd.sh PLIST_FILES= bin/smtptrapd |