diff options
author | roy <roy@pkgsrc.org> | 2017-01-05 12:37:08 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-05 12:37:08 +0000 |
commit | 868d97c831c5ce97a74df9f36bfc063d3996c14a (patch) | |
tree | f25a7b8b8146b56931a32afcdc040c0a2923165c /news/tin | |
parent | 28c0c258a94dbd3afac6ad3b4c1647f8c4c9f5a5 (diff) | |
download | pkgsrc-868d97c831c5ce97a74df9f36bfc063d3996c14a.tar.gz |
Move curses foo from options.mk to Makefile (hi Thomas!)
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 6 | ||||
-rw-r--r-- | news/tin/options.mk | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 71124d7d76e..908749db141 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -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+= --with-defaults-dir=${PKG_SYSCONFDIR} 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 @@ post-install: .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 --git a/news/tin/options.mk b/news/tin/options.mk index 0cf94e3f5c8..4c94ddf0d36 100644 --- a/news/tin/options.mk +++ b/news/tin/options.mk @@ -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 @@ PKG_SUGGESTED_OPTIONS= inet6 .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 |