pkgsrc-WIP-changes archive

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

rsyslog7: fix dangling .include



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 00:26:15 2015 +0200
Changeset:	d3e8f8c540169ecdf416e0915a667e9907c5af2f

Modified Files:
	rsyslog7/Makefile

Log Message:
rsyslog7: fix dangling .include

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d3e8f8c540169ecdf416e0915a667e9907c5af2f

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

diffstat:
 rsyslog7/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rsyslog7/Makefile b/rsyslog7/Makefile
index 335cc12..c51d4d2 100644
--- a/rsyslog7/Makefile
+++ b/rsyslog7/Makefile
@@ -52,7 +52,7 @@ post-install:
 BUILDLINK_ABI_DEPENDS.libestr+=		libestr>=0.1.9
 .include "../../wip/libestr/buildlink3.mk"
 .include "../../wip/liblogging/buildlink3.mk"
-.include "../../devel/liblognorm/buildlink3.mk"
+.include "../../sysutils/liblognorm/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index