diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2017-06-24 07:54:27 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-06-24 07:54:27 +0800 |
commit | d943d64c1ee5cf4a9bda65be1111f8ed163a35eb (patch) | |
tree | 80b68c09c4be11c31814cd8c4f58404c933bc912 | |
parent | 93d0ff63456f13f9f50b7f34dd42f45fd2de628d (diff) | |
download | freebsd-ports-gnome-d943d64c1ee5cf4a9bda65be1111f8ed163a35eb.tar.gz freebsd-ports-gnome-d943d64c1ee5cf4a9bda65be1111f8ed163a35eb.tar.zst freebsd-ports-gnome-d943d64c1ee5cf4a9bda65be1111f8ed163a35eb.zip |
shell: add docbook-xsl too
-rw-r--r-- | x11/gnome-shell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index bdfa871f1107..8ef699678c90 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING #BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ # nss>=0:security/nss \ # gnome-control-center:sysutils/gnome-control-center +BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libdrm.so:graphics/libdrm \ libmutter-0.so:x11-wm/mutter \ |