diff options
author | joerg <joerg@pkgsrc.org> | 2017-02-21 16:04:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-02-21 16:04:04 +0000 |
commit | b087fee5ed4c00e5308f69b4300a83218f5fb3bd (patch) | |
tree | b1859a69c340c0eae9478a55e224aae5560359b2 /mail | |
parent | 8feb9ac87888992f2e08f79e822c4db3d061d202 (diff) | |
download | pkgsrc-b087fee5ed4c00e5308f69b4300a83218f5fb3bd.tar.gz |
Needs libtool.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailfront/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile index eca1cc85a5d..df0c44b47a5 100644 --- a/mail/mailfront/Makefile +++ b/mail/mailfront/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/01/02 02:19:46 schmonz Exp $ +# $NetBSD: Makefile,v 1.14 2017/02/21 16:04:04 joerg Exp $ # DISTNAME= mailfront-2.12 @@ -25,6 +25,8 @@ RCD_SCRIPTS= smtpfront INSTALLATION_DIRS= share/doc/mailfront INSTALL_ENV+= install_prefix=${DESTDIR:Q} +USE_LIBTOOL= yes + MAKE_JOBS_SAFE= no # due to hacky libtoolization .include "../../mk/bsd.prefs.mk" |