mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Do not include bsd.port.options.mk twice
Reported by: culot
This commit is contained in:
parent
4aa45bade9
commit
71a9c559af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302638
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user