diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 07:30:05 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 07:30:05 +0800 |
commit | 664628fe1271a3052d6fd5d6f32b5de28a849018 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /games/cataclysm-dda | |
parent | 9343eeba7783ac2ce4c8f5c88ab322647d489c19 (diff) | |
download | freebsd-ports-gnome-664628fe1271a3052d6fd5d6f32b5de28a849018.tar.gz freebsd-ports-gnome-664628fe1271a3052d6fd5d6f32b5de28a849018.tar.zst freebsd-ports-gnome-664628fe1271a3052d6fd5d6f32b5de28a849018.zip |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
Diffstat (limited to 'games/cataclysm-dda')
-rw-r--r-- | games/cataclysm-dda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile index 709dde1b75c4..9bb040083b3c 100644 --- a/games/cataclysm-dda/Makefile +++ b/games/cataclysm-dda/Makefile @@ -26,7 +26,7 @@ MAKE_ARGS+= RELEASE=1 CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS DOCS OPTIONS_DEFAULT=NCURSES OPTIONS_SINGLE= UI OPTIONS_SINGLE_UI= NCURSES SDL |