diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-07 17:06:44 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-07 17:06:44 +0000 |
commit | 38cc7fc8053cea25afd63f54eb200098554370c2 (patch) | |
tree | ac0c5e20bfde8b2d6f9250961d390ca6728ec25a /mail/libetpan | |
parent | b82adfbfe631a28be04bef201524745c4cfb8ecd (diff) | |
download | ports-38cc7fc8053cea25afd63f54eb200098554370c2.tar.gz ports-38cc7fc8053cea25afd63f54eb200098554370c2.zip |
Notes
Diffstat (limited to 'mail/libetpan')
-rw-r--r-- | mail/libetpan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 0c8e1b969da3..f50c99f37974 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -23,8 +23,8 @@ USE_ICONV= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -pthread OPTIONS_DEFINE= IPV6 OPTIONS_SINGLE= CRYPTO |