aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-08-16 14:35:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-08-16 14:35:27 +0000
commit71a9c559afae9df51589b825381618c0f2bc60dc (patch)
tree28bcce91ceb629067366f21faa4102bb6f8e5a90
parent4aa45bade9d9e8681582ba2fa8251747e0a69965 (diff)
downloadports-71a9c559afae9df51589b825381618c0f2bc60dc.tar.gz
ports-71a9c559afae9df51589b825381618c0f2bc60dc.zip
Notes
-rw-r--r--devel/antlr/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/antlr/Makefile b/devel/antlr/Makefile
index b5f5e35e81d9..3f7e18bad219 100644
--- a/devel/antlr/Makefile
+++ b/devel/antlr/Makefile
@@ -29,8 +29,9 @@ CONFIGURE_ARGS= --disable-csharp --prefix=${PREFIX}
PORT_CLASSPATH= ${WRKSRC}/antlrall.jar:.
-.include <bsd.port.options.mk>
EXAMPLES= cpp java
+
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= ANTLRException.gif closure.gif cpp-runtime.html \
csharp-runtime.html err.html glossary.html hidden.stream.gif \
@@ -42,8 +43,6 @@ PORTDOCS= ANTLRException.gif closure.gif cpp-runtime.html \
vocab.html
.endif
-.include <bsd.port.options.mk>
-
.if ${PORT_OPTIONS:MPYTHON}
USE_PYTHON= 2.2+
PORTDOCS+= python-runtime.html