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 | e8b61ce13c3a65b8791335dc65652c8388af0dea (patch) | |
tree | 46bd099319c9752fef4065776a1d3231402b55d0 | |
parent | 418201cc0b34f53ac2a63172ea25380237457780 (diff) | |
download | pkgsrc-e8b61ce13c3a65b8791335dc65652c8388af0dea.tar.gz |
Needs libtool.
-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" |