Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2014 15:33:48 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370722 - head/devel/ragel
Message-ID:  <201410121533.s9CFXmBp014583@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Oct 12 15:33:48 2014
New Revision: 370722
URL: https://svnweb.freebsd.org/changeset/ports/370722
QAT: https://qat.redports.org/buildarchive/r370722/

Log:
  - Use options helpers

Modified:
  head/devel/ragel/Makefile

Modified: head/devel/ragel/Makefile
==============================================================================
--- head/devel/ragel/Makefile	Sun Oct 12 15:31:04 2014	(r370721)
+++ head/devel/ragel/Makefile	Sun Oct 12 15:33:48 2014	(r370722)
@@ -18,13 +18,8 @@ GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 DOCS_CONFIGURE_ENABLE=	manual
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-USE_TEX=	latex:build
-BUILD_DEPENDS+=	fig2dev:${PORTSDIR}/print/transfig
-.endif
+DOCS_USE=		TEX=latex:build
+DOCS_BUILD_DEPENDS=	fig2dev:${PORTSDIR}/print/transfig
 
 post-patch:
 	@${REINPLACE_CMD} 's/setiosflags/std::&/' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410121533.s9CFXmBp014583>