pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/tin Move curses foo from options.mk to Makefile (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75307dfb1ae2
branches:  trunk
changeset: 356833:75307dfb1ae2
user:      roy <roy%pkgsrc.org@localhost>
date:      Thu Jan 05 12:37:08 2017 +0000

description:
Move curses foo from options.mk to Makefile (hi Thomas!)

diffstat:

 news/tin/Makefile   |  6 +++++-
 news/tin/options.mk |  6 +-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r b8ee314b2a1d -r 75307dfb1ae2 news/tin/Makefile
--- a/news/tin/Makefile Thu Jan 05 12:30:56 2017 +0000
+++ b/news/tin/Makefile Thu Jan 05 12:37:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2017/01/04 22:45:33 roy Exp $
+# $NetBSD: Makefile,v 1.71 2017/01/05 12:37:08 roy Exp $
 #
 
 DISTNAME=      tin-2.2.1
@@ -47,6 +47,9 @@
 CONFIGURE_ARGS+=       --enable-mh-mail-handling
 CONFIGURE_ARGS+=       --with-coffee
 
+CONFIGURE_ARGS+=       --with-screen=${CURSES_TYPE}
+CONFIGURE_ARGS+=       --with-curses-dir=${BUILDLINK_PREFIX.curses}
+
 SUBST_CLASSES+=                tin
 SUBST_STAGE.tin=       pre-configure
 SUBST_MESSAGE.tin=     Adjusting path to the configuration directory.
@@ -65,4 +68,5 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b8ee314b2a1d -r 75307dfb1ae2 news/tin/options.mk
--- a/news/tin/options.mk       Thu Jan 05 12:30:56 2017 +0000
+++ b/news/tin/options.mk       Thu Jan 05 12:37:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2017/01/04 22:45:33 roy Exp $
+# $NetBSD: options.mk,v 1.16 2017/01/05 12:37:08 roy Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.tin
 PKG_SUPPORTED_OPTIONS=         icu inet6 tin-use-inn-spool
@@ -8,10 +8,6 @@
 
 .include "../../mk/bsd.options.mk"
 
-.include "../../mk/curses.buildlink3.mk"
-CONFIGURE_ARGS+=       --with-screen=${CURSES_TYPE}
-CONFIGURE_ARGS+=       --with-curses-dir=${BUILDLINK_PREFIX.curses}
-
 .if !empty(PKG_OPTIONS:Micu)
 .include "../../textproc/icu/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index