aboutsummaryrefslogtreecommitdiff
path: root/japanese/nvi-sjis
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-06-26 09:16:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-06-26 09:16:49 +0000
commitad753a9cc292a8358f293a3907a7eff0465f5a68 (patch)
tree2265e3e26c9b6c59ea8b3a046c1162b9105a132f /japanese/nvi-sjis
parent1033df73845079101f8094773cfeda552e4e9ff8 (diff)
downloadports-ad753a9cc292a8358f293a3907a7eff0465f5a68.tar.gz
ports-ad753a9cc292a8358f293a3907a7eff0465f5a68.zip
CONFIGURE_ARGS needs "+=" since it is set after including bsd.port.mk
Notes
Notes: svn path=/head/; revision=11540
Diffstat (limited to 'japanese/nvi-sjis')
-rw-r--r--japanese/nvi-sjis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile
index 0174b3f2e56b..ccd5625b36b3 100644
--- a/japanese/nvi-sjis/Makefile
+++ b/japanese/nvi-sjis/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
-# $Id: Makefile,v 1.10 1998/02/19 16:50:14 itojun Exp $
+# $Id: Makefile,v 1.11 1998/03/04 19:35:06 asami Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
@@ -22,4 +22,4 @@ CATEGORIES= japanese editors
MAINTAINER= itojun@itojun.org
-CONFIGURE_ARGS= --enable-multibyte=sjis --program-prefix=n --enable-canna
+CONFIGURE_ARGS+= --enable-multibyte=sjis --program-prefix=n --enable-canna