diff options
author | khorben <khorben> | 2015-09-03 22:15:35 +0000 |
---|---|---|
committer | khorben <khorben> | 2015-09-03 22:15:35 +0000 |
commit | 0e28e9a4982c7eaf5bdc8900d66be20100d8cda9 (patch) | |
tree | 5ff5a404be39947faccb5454acdb746cf9034308 | |
parent | a1d57757ffa2930102d67bb10b9a196fea4e1722 (diff) | |
download | pkgsrc-0e28e9a4982c7eaf5bdc8900d66be20100d8cda9.tar.gz |
Register dependencies on x11/deforaos-{keyboard,locker}
-rw-r--r-- | x11/deforaos-integration/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/deforaos-integration/Makefile b/x11/deforaos-integration/Makefile index c8d74e72a11..cf1073fe5b6 100644 --- a/x11/deforaos-integration/Makefile +++ b/x11/deforaos-integration/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/08/25 22:58:58 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2015/09/03 22:15:35 khorben Exp $ DISTNAME= Integration-0.0.1 PKGNAME= deforaos-integration-0.0.1 @@ -32,6 +32,8 @@ AUTO_MKDIRS= yes .include "../../devel/sofia-sip/buildlink3.mk" .include "../../comms/deforaos-phone/buildlink3.mk" .include "../../multimedia/deforaos-player/buildlink3.mk" +.include "../../x11/deforaos-keyboard/buildlink3.mk" +.include "../../x11/deforaos-locker/buildlink3.mk" .include "../../x11/deforaos-panel/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |