mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
c3270 doesn't depends on devel/icu2 at all
This commit is contained in:
parent
a4cba20000
commit
63deaa5b51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266401
1 changed files with 0 additions and 8 deletions
|
@ -73,7 +73,6 @@ CONFIGURE_ARGS+= --disable-apl
|
||||||
# EBCDIC double-byte character set support is disabled by default
|
# EBCDIC double-byte character set support is disabled by default
|
||||||
.if defined(WITH_DBCS) && !defined(WITHOUT_DBCS)
|
.if defined(WITH_DBCS) && !defined(WITHOUT_DBCS)
|
||||||
CONFIGURE_ARGS+= --enable-dbcs
|
CONFIGURE_ARGS+= --enable-dbcs
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/include/unicode/ucnv.h:${PORTSDIR}/devel/icu2:install
|
|
||||||
PLIST_SUB+= DBCS=""
|
PLIST_SUB+= DBCS=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= DBCS="@comment "
|
PLIST_SUB+= DBCS="@comment "
|
||||||
|
@ -103,13 +102,6 @@ CONFIGURE_ARGS+= --disable-tn3270e
|
||||||
CONFIGURE_ARGS+= --disable-trace
|
CONFIGURE_ARGS+= --disable-trace
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
pre-patch:
|
|
||||||
# icu2-2.8 gets choked with subchar1 tags
|
|
||||||
.if defined(WITH_DBCS) && !defined(WITHOUT_DBCS)
|
|
||||||
${REINPLACE_CMD} -e 's/^<subchar1>/#<subchar1>/g' \
|
|
||||||
${WRKSRC}/*.ucm
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@( cd ${WRKSRC} && ${GMAKE} ${MAKE_FLAGS} Makefile install.man )
|
@( cd ${WRKSRC} && ${GMAKE} ${MAKE_FLAGS} Makefile install.man )
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue