pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/nullmailer



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Jan 28 23:39:36 UTC 2018

Modified Files:
        pkgsrc/mail/nullmailer: Makefile

Log Message:
nullmailer: only depend on daemontools when using rc.d init script


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/mail/nullmailer/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/nullmailer/Makefile
diff -u pkgsrc/mail/nullmailer/Makefile:1.42 pkgsrc/mail/nullmailer/Makefile:1.43
--- pkgsrc/mail/nullmailer/Makefile:1.42        Sun Jan 28 23:31:16 2018
+++ pkgsrc/mail/nullmailer/Makefile     Sun Jan 28 23:39:36 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2018/01/28 23:31:16 wiedi Exp $
+# $NetBSD: Makefile,v 1.43 2018/01/28 23:39:36 wiedi Exp $
 
 DISTNAME=              nullmailer-2.1
 PKGREVISION=           1
@@ -10,7 +10,10 @@ HOMEPAGE=            http://untroubled.org/nullmai
 COMMENT=               Simple relay-only mail transport agent
 LICENSE=               gnu-gpl-v2
 
+.include "../../mk/bsd.prefs.mk"
+.if ${INIT_SYSTEM} == "rc.d"
 DEPENDS+=              daemontools-[0-9]*:../../sysutils/daemontools
+.endif
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake



Home | Main Index | Thread Index | Old Index