svn commit: r376239 - head/games/angband

Antoine Brodin antoine at FreeBSD.org
Sun Jan 4 15:35:45 UTC 2015


Author: antoine
Date: Sun Jan  4 15:35:44 2015
New Revision: 376239
URL: https://svnweb.freebsd.org/changeset/ports/376239
QAT: https://qat.redports.org/buildarchive/r376239/

Log:
  Fix build with DOCS

Modified:
  head/games/angband/Makefile

Modified: head/games/angband/Makefile
==============================================================================
--- head/games/angband/Makefile	Sun Jan  4 15:21:12 2015	(r376238)
+++ head/games/angband/Makefile	Sun Jan  4 15:35:44 2015	(r376239)
@@ -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
 


More information about the svn-ports-all mailing list