diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 15:00:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 15:00:50 +0000 |
commit | 7d5d0fca715ee9a7953e7864354ad0cc10706978 (patch) | |
tree | e303acd59cb37500c85db45927b7c3213588d3ca /mail/msmtp | |
parent | 39aae52e063ed023435320f21c58a1c16d866d1f (diff) | |
download | pkgsrc-7d5d0fca715ee9a7953e7864354ad0cc10706978.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index b9766f41a9c..a0872f9e878 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2016/02/02 16:12:18 leot Exp $ +# $NetBSD: Makefile,v 1.63 2016/02/25 15:00:51 jperkin Exp $ DISTNAME= msmtp-1.6.4 CATEGORIES= mail @@ -23,10 +23,7 @@ CONF_FILES= ${EGDIR}/msmtprc-user.example \ INFO_FILES= yes PLIST_VARS+= scripts -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "Interix" -CPPFLAGS+= -D__WINSOCK -.endif +CPPFLAGS.Interix+= -D__WINSOCK .include "options.mk" |