diff options
Diffstat (limited to 'japanese/nvi-sjis/Makefile')
-rw-r--r-- | japanese/nvi-sjis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile index 2ad02362cac5..4cbe904314d5 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.3 1997/04/09 07:10:07 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/09 07:34:49 asami Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -12,6 +12,8 @@ PATCHDIR= ${.CURDIR}/../../editors/nvi/patches PKGDIR= ${.CURDIR}/../../editors/nvi/pkg COMMENT= ${.CURDIR}/pkg/COMMENT +LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna + .include <${.CURDIR}/../../editors/nvi/Makefile> PKGNAME= jp-nvi-sjis-1.79-970408 @@ -19,6 +21,4 @@ CATEGORIES= japanese editors MAINTAINER= itojun@itojun.org -LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna - CONFIGURE_ARGS= --enable-multibyte=sjis --program-prefix=n --enable-canna |