diff options
author | asami <asami@FreeBSD.org> | 1997-04-09 09:43:53 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-09 09:43:53 +0000 |
commit | 1c2e6559b068d6600292e5c8dd8af27fbf882ea2 (patch) | |
tree | 5a16e99b844ac6258a3e88dc3d522f0ae1b5f0c0 /japanese | |
parent | b92db5d78463bded573a54044e4acd6acbf89e72 (diff) | |
download | FreeBSD-ports-1c2e6559b068d6600292e5c8dd8af27fbf882ea2.zip FreeBSD-ports-1c2e6559b068d6600292e5c8dd8af27fbf882ea2.tar.gz |
The dependency rules are created in bsd.port.mk only if *_DEPENDS are
defined, so move LIB_DEPENDS before .include of editors/nvi/Makefile
(which also includes bsd.port.mk).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/nvi-euc-jp/Makefile | 6 | ||||
-rw-r--r-- | japanese/nvi-iso-2022-jp/Makefile | 6 | ||||
-rw-r--r-- | japanese/nvi-sjis/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/japanese/nvi-euc-jp/Makefile b/japanese/nvi-euc-jp/Makefile index 60ab0ce..f9213ba 100644 --- a/japanese/nvi-euc-jp/Makefile +++ b/japanese/nvi-euc-jp/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:02 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/09 07:34:44 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-eucjp-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=euc-jp --program-prefix=n --enable-canna diff --git a/japanese/nvi-iso-2022-jp/Makefile b/japanese/nvi-iso-2022-jp/Makefile index 6718577..12235e2 100644 --- a/japanese/nvi-iso-2022-jp/Makefile +++ b/japanese/nvi-iso-2022-jp/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:05 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/09 07:34:45 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-iso2022jp-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=iso-2022-jp --program-prefix=n --enable-canna diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile index 2ad0236..4cbe904 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 |