diff options
author | mat <mat@FreeBSD.org> | 2018-09-24 17:49:21 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-24 17:49:21 +0800 |
commit | 39f9d5f1b3ccbd0435e9db4fef5d36484d968220 (patch) | |
tree | 40df99106d8794466761f8664ea324d9b6fe92c7 /games/yadex | |
parent | fd897734b335b75c80a5b9f1646e59e473828dc4 (diff) | |
download | freebsd-ports-gnome-39f9d5f1b3ccbd0435e9db4fef5d36484d968220.tar.gz freebsd-ports-gnome-39f9d5f1b3ccbd0435e9db4fef5d36484d968220.tar.zst freebsd-ports-gnome-39f9d5f1b3ccbd0435e9db4fef5d36484d968220.zip |
These options seem to also install files that are not documentation, so
remove their dependency on DOCS.
Diffstat (limited to 'games/yadex')
-rw-r--r-- | games/yadex/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/yadex/Makefile b/games/yadex/Makefile index 46cf8a168c85..e3e4e6f5e1a8 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -44,7 +44,6 @@ PATCHFILES= ${PATCH_PREFIX}_Depend${PATCH_SUFFIX} 3D_RENDER_PATCHFILES= ${PATCH_PREFIX}_Render3D${PATCH_SUFFIX} 3D_RENDER_PORTDOCS= preview.html -3D_RENDER_IMPLIES= DOCS SEARCH_PATCHFILES= ${PATCH_PREFIX}_Find${PATCH_SUFFIX} EXTRA_TOOLS_PATCHFILES= ${PATCH_PREFIX}_Tools${PATCH_SUFFIX} LAPTOP_KEYS_PATCHFILES= ${PATCH_PREFIX}_Keys${PATCH_SUFFIX} |