diff options
-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 \ |