diff options
author | acm <acm@FreeBSD.org> | 2006-09-28 03:57:47 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-28 03:57:47 +0800 |
commit | 3155c6f6a6cf1d92131a61bbe74129b05d0ed250 (patch) | |
tree | e85237d568ac88807ac5270dfac8d36df917ee25 /games | |
parent | 69aa7d0bc8b890f28a69c3365e3241320c1947f4 (diff) | |
download | freebsd-ports-gnome-3155c6f6a6cf1d92131a61bbe74129b05d0ed250.tar.gz freebsd-ports-gnome-3155c6f6a6cf1d92131a61bbe74129b05d0ed250.tar.zst freebsd-ports-gnome-3155c6f6a6cf1d92131a61bbe74129b05d0ed250.zip |
- Fix the long description of nvidia option
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-savage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-savage/Makefile b/games/linux-savage/Makefile index b0ab70e1c166..f723ca2e1441 100644 --- a/games/linux-savage/Makefile +++ b/games/linux-savage/Makefile @@ -39,7 +39,7 @@ SUB_FILES= pkg-message savage savage_editor savage_server PLIST_SUB+= SAVAGEDIR="${SAVAGEDIR}" SUB_LIST+= SAVAGEDIR="${PREFIX}/${SAVAGEDIR}" -OPTIONS= NVIDIA "Install support for nvidia (You need a nvidia graphic card)" off +OPTIONS= NVIDIA "Install support for nvidia" off .include <bsd.port.pre.mk> |