mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Mark IGNORE when build with TEXVC option
Noticed by: Sebastian Klemke <packet@nerdheim.de> Peter Jeremy <peterjeremy@acm.org>
This commit is contained in:
parent
295a80f62e
commit
46d390a72a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288543
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mediawiki
|
||||
PORTVERSION= 1.18.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://dumps.wikimedia.org/mediawiki/${PORTVERSION:R}/
|
||||
|
||||
@ -41,6 +42,7 @@ USE_PHP+= ldap
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TEXVC)
|
||||
IGNORE= not build currently
|
||||
RUN_DEPENDS+= latex:${PORTSDIR}/print/latex
|
||||
BUILD_DEPENDS+= ocaml:${PORTSDIR}/lang/ocaml
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mediawiki
|
||||
PORTVERSION= 1.18.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://dumps.wikimedia.org/mediawiki/${PORTVERSION:R}/
|
||||
|
||||
@ -41,6 +42,7 @@ USE_PHP+= ldap
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TEXVC)
|
||||
IGNORE= not build currently
|
||||
RUN_DEPENDS+= latex:${PORTSDIR}/print/latex
|
||||
BUILD_DEPENDS+= ocaml:${PORTSDIR}/lang/ocaml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user