aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-04-25 22:34:56 +0800
committerleeym <leeym@FreeBSD.org>2005-04-25 22:34:56 +0800
commit3b34063c6f3fdd0511f02fdb970572af7e3345c1 (patch)
treea874bcaf181ac5a59203479b04968bd533c0d3ea
parent9cc75e411ffb473613644ce80a491e0330f9ea5f (diff)
downloadfreebsd-ports-gnome-3b34063c6f3fdd0511f02fdb970572af7e3345c1.tar.gz
freebsd-ports-gnome-3b34063c6f3fdd0511f02fdb970572af7e3345c1.tar.zst
freebsd-ports-gnome-3b34063c6f3fdd0511f02fdb970572af7e3345c1.zip
- Fix wrong var name LIST_SUB -> PLIST_SUB
PR: 80326 Submitted by: Renato Botelho <freebsd@galle.com.br>
-rw-r--r--net/c3270/Makefile2
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