summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2010-12-16 07:19:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2010-12-16 07:19:58 +0000
commit63deaa5b5185de9f59c4f54cf4c27ef0c16348e5 (patch)
tree4c335c33b581ba4004dfad7d738e17a1cc4918f5 /net
parenta4cba20000bef34a7fbfeb8ddca46dca6e814bb3 (diff)
downloadfreebsd-ports-63deaa5b5185de9f59c4f54cf4c27ef0c16348e5.zip
c3270 doesn't depends on devel/icu2 at all
Diffstat (limited to 'net')
-rw-r--r--net/c3270/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile
index f036503f0fe0..803801909020 100644
--- a/net/c3270/Makefile
+++ b/net/c3270/Makefile
@@ -73,7 +73,6 @@ CONFIGURE_ARGS+= --disable-apl
# EBCDIC double-byte character set support is disabled by default
.if defined(WITH_DBCS) && !defined(WITHOUT_DBCS)
CONFIGURE_ARGS+= --enable-dbcs
-BUILD_DEPENDS+= ${LOCALBASE}/include/unicode/ucnv.h:${PORTSDIR}/devel/icu2:install
PLIST_SUB+= DBCS=""
.else
PLIST_SUB+= DBCS="@comment "
@@ -103,13 +102,6 @@ CONFIGURE_ARGS+= --disable-tn3270e
CONFIGURE_ARGS+= --disable-trace
.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:
@( cd ${WRKSRC} && ${GMAKE} ${MAKE_FLAGS} Makefile install.man )
.if !defined(NOPORTDOCS)