diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-09-17 07:31:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-09-17 07:31:36 +0000 |
commit | 6ce2b617094ff37282d2e669d3e343ca24f9a209 (patch) | |
tree | 4c3bfccbe853e00e3849c9c650e7df16cf315b7a /Mk | |
parent | - Update to 1.2.4 (diff) |
- Desupport USE_CDRTOOLS=cjk
PR: ports/150362
Submitted by: marius
Notes
Notes:
svn path=/head/; revision=261315
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c51b18177be2..3d2f8d097676 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -539,9 +539,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org ## # USE_APACHE - If set, this port relies on an apache webserver. # -# USE_CDRTOOLS - If set, this port depends on sysutils/cdrtools, unless -# cdrtools-cjk is present or USE_CDRTOOLS=cjk is set, then -# it depends on sysutils/cdrtools-cjk. +# USE_CDRTOOLS - If set, this port depends on sysutils/cdrtools. # # Conflict checking. Use if your port cannot be installed at the same time as # another package. @@ -2238,14 +2236,9 @@ RUN_DEPENDS+= gs:${PORTSDIR}/${GHOSTSCRIPT_PORT} # Set up the cdrtools. .if defined(USE_CDRTOOLS) -.if exists(${DOCSDIR}/cdrtools-cjk/README) || defined(WITH_CJK) || ${USE_CDRTOOLS:L} == "cjk" -BUILD_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk -RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk -.else BUILD_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools .endif -.endif # Macro for doing in-place file editing using regexps REINPLACE_ARGS?= -i.bak |