diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-04 23:35:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-04 23:35:44 +0800 |
commit | e5f7489a18247cbc73a8de2cd6217fdf1d5cdf64 (patch) | |
tree | 297e6e01990d7b27f9397b9c181e81b7c6e48e92 /games | |
parent | 25321807c9e30a2574b0b3aeb3808df1e24d9545 (diff) | |
download | freebsd-ports-gnome-e5f7489a18247cbc73a8de2cd6217fdf1d5cdf64.tar.gz freebsd-ports-gnome-e5f7489a18247cbc73a8de2cd6217fdf1d5cdf64.tar.zst freebsd-ports-gnome-e5f7489a18247cbc73a8de2cd6217fdf1d5cdf64.zip |
Fix build with DOCS
Diffstat (limited to 'games')
-rw-r--r-- | games/angband/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index 24c4f66726f9..1f9d5a1a0163 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -23,6 +23,8 @@ CONFIGURE_ARGS= --localstatedir=/var CPPFLAGS+= -I${NCURSESINC} LDFLAGS+= -L${NCURSESLIB} -lncursesw +DOCS_BUILD_DEPENDS= rst2html:${PORTSDIR}/textproc/py-docutils + SDL_USE= SDL=image,mixer,ttf,sdl SDL_CONFIGURE_ENABLE= sdl |