diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 07:30:05 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 07:30:05 +0800 |
commit | bdeb8561511e9869fe7b4735106e13b68b529eb8 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /games/odamex | |
parent | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (diff) | |
download | freebsd-ports-gnome-bdeb8561511e9869fe7b4735106e13b68b529eb8.tar.gz freebsd-ports-gnome-bdeb8561511e9869fe7b4735106e13b68b529eb8.tar.zst freebsd-ports-gnome-bdeb8561511e9869fe7b4735106e13b68b529eb8.zip |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
Diffstat (limited to 'games/odamex')
-rw-r--r-- | games/odamex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/odamex/Makefile b/games/odamex/Makefile index cdfbc660e8a5..492c94484938 100644 --- a/games/odamex/Makefile +++ b/games/odamex/Makefile @@ -15,7 +15,7 @@ USE_SDL= sdl mixer USES= cmake dos2unix DOS2UNIX_FILES= CMakeLists.txt odalaunch/CMakeLists.txt common/d_main.cpp -OPTIONS_DEFINE= LAUNCHER +OPTIONS_DEFINE= LAUNCHER DOCS LAUNCHER_DESC= Enable GUI launcher program |