diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-20 23:09:30 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-20 23:09:30 +0000 |
commit | 958768bf51ea058951025041ef5c52f8d90b3a25 (patch) | |
tree | b47da5fc287493fba9b8d44df61cddea48ea9dad /mail/smtptrapd | |
parent | e12a9e4abafa8fc77e42abe51e0ab1c6d91b6595 (diff) | |
download | ports-958768bf51ea058951025041ef5c52f8d90b3a25.tar.gz ports-958768bf51ea058951025041ef5c52f8d90b3a25.zip |
Notes
Diffstat (limited to 'mail/smtptrapd')
-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 |