pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mess822 Inline the used-only-once DEPENDS_LIBTAI.
details: https://anonhg.NetBSD.org/pkgsrc/rev/90b63eb08bdc
branches: trunk
changeset: 335435:90b63eb08bdc
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Jun 19 17:43:28 2019 +0000
description:
Inline the used-only-once DEPENDS_LIBTAI.
diffstat:
mail/mess822/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 3bdc6dd3c2f1 -r 90b63eb08bdc mail/mess822/Makefile
--- a/mail/mess822/Makefile Wed Jun 19 17:42:31 2019 +0000
+++ b/mail/mess822/Makefile Wed Jun 19 17:43:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2018/10/24 16:33:40 schmonz Exp $
+# $NetBSD: Makefile,v 1.32 2019/06/19 17:43:28 schmonz Exp $
#
DISTNAME= mess822-0.58
@@ -11,8 +11,7 @@
COMMENT= Library for parsing Internet mail messages
LICENSE= public-domain
-DEPENDS_LIBTAI+= libtai>=0.60nb5:../../devel/libtai
-DEPENDS+= ${DEPENDS_LIBTAI}
+DEPENDS+= libtai>=0.60nb5:../../devel/libtai
DEPENDS+= qmail>=1.03nb7:../../mail/qmail
DJB_RESTRICTED= no
Home |
Main Index |
Thread Index |
Old Index