diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 08:46:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 08:46:53 +0000 |
commit | f32d265e28922dd76fe0c6e90f6d08ffd48b86de (patch) | |
tree | 1f968fa7f164ddc5b4fb7d19bf3d67c5dfdfd213 /mail/mutt | |
parent | 1d08b0cf69a471288b994c6d198e5a48ae7b2e28 (diff) | |
download | pkgsrc-f32d265e28922dd76fe0c6e90f6d08ffd48b86de.tar.gz |
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index e97c831751f..02652cda4ff 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/08/18 00:22:33 tron Exp $ +# $NetBSD: Makefile,v 1.27 1999/08/18 08:49:23 agc Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --with-curses=${LOCALBASE} --with-exec-shell=/bin/ksh \ --enable-pop --enable-imap LDFLAGS+= -s +BUILD_DEFS+= MUTT_INTERNATIONAL MUTT_VERSION + .include "../../mk/bsd.pkg.mk" MUTT_BASE_VERSION= 0.95.7 |