diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-04-28 17:56:51 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-04-28 17:56:51 +0000 |
commit | e4b6dab17f52d5c3ebeaf15568d9426f260a6c7a (patch) | |
tree | 7a965fda9f670e481a82fd4bdb761553c05535e3 /mail/msmtp | |
parent | 50a2f44efb8c4889cb812823ee74a248a90e2ec1 (diff) |
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index bb0715aa8eb3..527d410fe142 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -12,7 +12,7 @@ COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= makeinfo pkgconfig tar:xz +USES= gmake makeinfo pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp |