diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-17 15:13:00 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-17 15:13:00 +0000 |
commit | e7af2915cbbb9a9eccb1db27ea8810662ca37541 (patch) | |
tree | ececce14bdd3fe92dd9ca6b0b7f4cf1d8e218378 /japanese/expect | |
parent | 758c97ff557573185801c7d552ea9940d122df06 (diff) |
Notes
Diffstat (limited to 'japanese/expect')
-rw-r--r-- | japanese/expect/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile index 6a37d1a60a40..5796ed3f756f 100644 --- a/japanese/expect/Makefile +++ b/japanese/expect/Makefile @@ -3,14 +3,9 @@ # Date created: 17 Oct 1997 # Whom: taguchi # -# $Id: Makefile,v 1.3 1997/09/14 21:34:35 max Exp $ +# $Id: Makefile,v 1.4 1997/10/17 05:58:02 asami Exp $ # -FILESDIR= ${.CURDIR}/../../lang/expect/files - -NO_MAN_INSTALL= yes -.include "${.CURDIR}/../../lang/expect/Makefile" - PKGNAME= ja-expect-5.25 CATEGORIES= japanese lang @@ -18,6 +13,11 @@ MAINTAINER= taguchi@tohoku.iij.ad.jp LIB_DEPENDS= tk42jp\\.1\\.:${PORTSDIR}/japanese/tk42 +FILESDIR= ${.CURDIR}/../../lang/expect/files + +NO_MAN_INSTALL= yes +.include "${.CURDIR}/../../lang/expect/Makefile" + CFLAGS+= -DKANJI -DKINPUT2 CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl7.6jp \ --with-tkconfig=${PREFIX}/lib/tk4.2jp \ |