diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-21 07:09:30 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-21 07:09:30 +0800 |
commit | 3ebcc61cbaf1a7c1e743e4023e23bc48c67b8dd3 (patch) | |
tree | 844eca5f16cf7f59e6d8e4373bd69101355e25cf /mail | |
parent | b7687634ce2a0d11186231b4da70383c6b0b8021 (diff) | |
download | freebsd-ports-gnome-3ebcc61cbaf1a7c1e743e4023e23bc48c67b8dd3.tar.gz freebsd-ports-gnome-3ebcc61cbaf1a7c1e743e4023e23bc48c67b8dd3.tar.zst freebsd-ports-gnome-3ebcc61cbaf1a7c1e743e4023e23bc48c67b8dd3.zip |
- Fix build by adding back the accidentally removed line
Pointyhat to: gabor
Reported by: pointyhat (via kris)
Diffstat (limited to 'mail')
-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 |