pkgsrc-WIP-changes archive

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

lxqt-polkit: fix dependency path



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Dec 14 17:28:51 2018 +0100
Changeset:	18e28507b9e85edef5de86e7a561d34e565e418d

Modified Files:
	lxqt-policykit/Makefile

Log Message:
lxqt-polkit: fix dependency path

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

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

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

diffs:
diff --git a/lxqt-policykit/Makefile b/lxqt-policykit/Makefile
index c766845ecc..b57ace132d 100644
--- a/lxqt-policykit/Makefile
+++ b/lxqt-policykit/Makefile
@@ -12,6 +12,6 @@ LICENSE=	gnu-lgpl-v2.1
 USE_TOOLS+=	pkg-config
 
 .include "../../wip/liblxqt/buildlink3.mk"
-.include "../../wip/polkit-qt5/buildlink3.mk"
+.include "../../security/polkit-qt5/buildlink3.mk"
 .include "../../security/polkit/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index