diff options
author | youri <youri@pkgsrc.org> | 2016-05-26 23:03:13 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-05-26 23:03:13 +0000 |
commit | cccd66ce00103612fe9ac29df4ee43955e8f8d99 (patch) | |
tree | f061db1af84e800db4165edf98700a9931617ce7 /sysutils | |
parent | 386bc6d52740ce43013c879f27ce252a1a9f13c8 (diff) | |
download | pkgsrc-cccd66ce00103612fe9ac29df4ee43955e8f8d99.tar.gz |
Update path to common Makefile.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/solid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/solid/Makefile b/sysutils/solid/Makefile index 248a64164a3..298127e3d51 100644 --- a/sysutils/solid/Makefile +++ b/sysutils/solid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/05/26 09:17:14 markd Exp $ +# $NetBSD: Makefile,v 1.2 2016/05/26 23:03:13 youri Exp $ DISTNAME= solid-${KF5VER} CATEGORIES= sysutils @@ -7,7 +7,7 @@ HOMEPAGE= https://community.kde.org/Frameworks COMMENT= Hardware integration and detection LICENSE= gnu-lgpl-v2.1 -.include "../../wip/meta-pkgs/Makefile.common" +.include "../../meta-pkgs/kf5/Makefile.common" USE_TOOLS+= flex bison |