diff options
author | novel <novel@FreeBSD.org> | 2015-04-29 01:56:51 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2015-04-29 01:56:51 +0800 |
commit | af12d2a8888352af367d4fc7353318911515fd0b (patch) | |
tree | 7a965fda9f670e481a82fd4bdb761553c05535e3 /mail | |
parent | 93c16cc7025927653e7a34be8921fa87f97467ab (diff) | |
download | freebsd-ports-gnome-af12d2a8888352af367d4fc7353318911515fd0b.tar.gz freebsd-ports-gnome-af12d2a8888352af367d4fc7353318911515fd0b.tar.zst freebsd-ports-gnome-af12d2a8888352af367d4fc7353318911515fd0b.zip |
Use gmake to fix build on 9.x.
Diffstat (limited to 'mail')
-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 |