diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-25 14:34:56 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-25 14:34:56 +0000 |
commit | 17edb4d7637564bde35559113f5130cc8082d4f1 (patch) | |
tree | 67d4a1d7fe422da027a0bd7f6d201bcf76f87cec /net/c3270 | |
parent | - Update to 5.05 (diff) |
- Fix wrong var name LIST_SUB -> PLIST_SUB
PR: 80326
Submitted by: Renato Botelho <freebsd@galle.com.br>
Notes
Notes:
svn path=/head/; revision=134143
Diffstat (limited to 'net/c3270')
-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 |