diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-06-28 16:05:43 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-06-28 16:05:43 +0000 |
commit | 20b72c4ee8e5c7785c65f3ccddff9c18bc43f366 (patch) | |
tree | fde5d846d5a48f02a77f87934c8444a972c945c4 /x11 | |
parent | 7aa7678505ab0a13555a9ac29d2aad9ae937f2dd (diff) | |
download | pkgsrc-20b72c4ee8e5c7785c65f3ccddff9c18bc43f366.tar.gz |
Requires libSM and xtrans.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mate-session-manager/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index a3530772bd9..f278958ebf6 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/06/23 17:28:29 youri Exp $ +# $NetBSD: Makefile,v 1.6 2017/06/28 16:05:43 jperkin Exp $ .include "../../meta-pkgs/mate/Makefile.common" @@ -21,4 +21,6 @@ DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/xtrans/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |