diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 11:41:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 11:41:17 +0000 |
commit | 90e3f72974e86bfa4bd5088253b00202ed721f45 (patch) | |
tree | 6d2ffbb1407cdb4a2e3486ad1b3832d701cce999 /mail/esmtp/Makefile | |
parent | 4099bd8ea7b17737b56c16d5ca7dcf8a9ae7eab1 (diff) | |
download | ports-90e3f72974e86bfa4bd5088253b00202ed721f45.tar.gz ports-90e3f72974e86bfa4bd5088253b00202ed721f45.zip |
Notes
Diffstat (limited to 'mail/esmtp/Makefile')
-rw-r--r-- | mail/esmtp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile index d7e46d08f840..bb1ffefcf207 100644 --- a/mail/esmtp/Makefile +++ b/mail/esmtp/Makefile @@ -24,8 +24,8 @@ PLIST_FILES= bin/esmtp etc/esmtprc.sample man/man1/esmtp.1.gz \ SUB_FILES= pkg-message -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS |