diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-08-19 23:29:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-08-19 23:29:58 +0000 |
commit | 6be69eee67e597a4d0ea6270aab04ee3a0bc64a6 (patch) | |
tree | 7596504a059219fc40f296d9258c5756663b780c /x11 | |
parent | 71ba495417a7e8a75cf66998615396fe3b496856 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/nvidia-settings/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/nvidia-settings/Makefile b/x11/nvidia-settings/Makefile index d812478bb98e..f0b0ae1eabef 100644 --- a/x11/nvidia-settings/Makefile +++ b/x11/nvidia-settings/Makefile @@ -11,6 +11,8 @@ COMMENT= Display Control Panel for X NVidia driver LICENSE= GPLv2 +BUILD_DEPENDS= ${LOCALBASE}/include/dbus-1.0/dbus/dbus.h:devel/dbus + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libjansson.so:devel/jansson \ |