pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mess822



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Jun 19 17:43:28 UTC 2019

Modified Files:
        pkgsrc/mail/mess822: Makefile

Log Message:
Inline the used-only-once DEPENDS_LIBTAI.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/mess822/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mess822/Makefile
diff -u pkgsrc/mail/mess822/Makefile:1.31 pkgsrc/mail/mess822/Makefile:1.32
--- pkgsrc/mail/mess822/Makefile:1.31   Wed Oct 24 16:33:40 2018
+++ pkgsrc/mail/mess822/Makefile        Wed Jun 19 17:43:28 2019
@@ -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 @@ HOMEPAGE=             http://cr.yp.to/mess822.html
 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