diff options
-rw-r--r-- | net/c3270/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile index aa0f445eac9f..2431e0404adc 100644 --- a/net/c3270/Makefile +++ b/net/c3270/Makefile @@ -77,7 +77,7 @@ CONFIGURE_ARGS+= --disable-apl .if defined(WITH_DBCS) && !defined(WITHOUT_DBCS) CONFIGURE_ARGS+= --enable-dbcs BUILD_DEPENDS+= ${LOCALBASE}/include/unicode/ucnv.h:${PORTSDIR}/devel/icu2:install -LIST_SUB+= DBCS="" +PLIST_SUB+= DBCS="" .else PLIST_SUB+= DBCS="@comment " .endif |