aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2014-10-12 23:33:48 +0800
committerdanilo <danilo@FreeBSD.org>2014-10-12 23:33:48 +0800
commite26acecb0bf2d691f8626aaa6e1e478f331d4e87 (patch)
treec3a43c40b9fed9ab068bae69713d4fa18d0c2dbc /devel
parent7363a0fadc10de80020f7e7b29c63c38140b0cbd (diff)
downloadfreebsd-ports-gnome-e26acecb0bf2d691f8626aaa6e1e478f331d4e87.tar.gz
freebsd-ports-gnome-e26acecb0bf2d691f8626aaa6e1e478f331d4e87.tar.zst
freebsd-ports-gnome-e26acecb0bf2d691f8626aaa6e1e478f331d4e87.zip
- Use options helpers
Diffstat (limited to 'devel')
-rw-r--r--devel/ragel/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/ragel/Makefile b/devel/ragel/Makefile
index 8a43f0780acf..d43007db639d 100644
--- a/devel/ragel/Makefile
+++ b/devel/ragel/Makefile
@@ -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::&/' \