diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:33:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:33:26 +0000 |
commit | 6f8bd7579790ea689cff4b4ae9b9e2bf5144b285 (patch) | |
tree | 32bb4b0c669cef68807d043bbe42c609ea7a23be | |
parent | 39fe966579c6334ac7da98b008c3512f66a3e8fe (diff) | |
download | ports-6f8bd7579790ea689cff4b4ae9b9e2bf5144b285.tar.gz ports-6f8bd7579790ea689cff4b4ae9b9e2bf5144b285.zip |
Remove regexp support for libcanna since it can now be built
in ELF format as well.
Notes
Notes:
svn path=/head/; revision=13297
-rw-r--r-- | editors/mule/Makefile | 4 | ||||
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs21-mule/Makefile | 4 | ||||
-rw-r--r-- | japanese/elvis/Makefile | 4 | ||||
-rw-r--r-- | japanese/jvim/Makefile | 4 | ||||
-rw-r--r-- | japanese/kinput2-freewnn/Makefile | 4 | ||||
-rw-r--r-- | japanese/kinput2/Makefile | 4 | ||||
-rw-r--r-- | japanese/nvi-euc-jp/Makefile | 4 | ||||
-rw-r--r-- | japanese/nvi-iso-2022-jp/Makefile | 4 | ||||
-rw-r--r-- | japanese/nvi-sjis/Makefile | 4 | ||||
-rw-r--r-- | japanese/onew-freewnn/Makefile | 4 | ||||
-rw-r--r-- | japanese/onew/Makefile | 4 | ||||
-rw-r--r-- | japanese/pine/Makefile | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index fc55ad422c70..882ab10241db 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -3,7 +3,7 @@ # Date created: 6 July 1997 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.30 1997/09/10 08:49:29 asami Exp $ +# $Id: Makefile,v 1.31 1998/05/02 21:07:09 max Exp $ # DISTNAME= mule-2.3 @@ -40,7 +40,7 @@ STRIP= INSTALL_TARGET= install-arch-dep .if defined(CANNA) -LIB_INPUT_METHOD+= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna WITH_INPUT_METHOD+= --canna --canna-libraries=${PREFIX}/lib \ --canna-includes=${PREFIX}/include .endif diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index f8b22a4dc60c..e742c6f2486a 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.7 1998/02/09 06:56:40 fenner Exp $ +# $Id: Makefile,v 1.8 1998/02/17 13:11:49 itojun Exp $ # DISTNAME= nvi-1.79 @@ -17,7 +17,7 @@ PATCHFILES= nvi-1.79.m17n-970820-1600.diff.gz MAINTAINER= itojun@itojun.org -#LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna +#LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna WRKSRC= ${WRKDIR}/${DISTNAME}/build GNU_CONFIGURE= yes diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index c7db03b406c3..d97822c1c014 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1997 # Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp> # -# $Id: Makefile,v 1.7 1998/09/17 00:50:44 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/21 02:00:37 steve Exp $ # DISTNAME= xemacs-20.4 @@ -66,7 +66,7 @@ SITE_LIBRARIES= ${X11BASE}/lib SITE_INCLUDES+= ${PREFIX}/include SITE_LIBRARIES+= ${PREFIX}/lib .if defined(CANNA) -LIB_INPUT_METHOD+= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna WITH_INPUT_METHOD+= --with-canna .endif .if defined(WNN4) diff --git a/japanese/elvis/Makefile b/japanese/elvis/Makefile index 13ca7115555f..2d041f37bc46 100644 --- a/japanese/elvis/Makefile +++ b/japanese/elvis/Makefile @@ -3,7 +3,7 @@ # Date created: 5 October 1995 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # -# $Id: Makefile,v 1.9 1997/09/15 00:04:00 max Exp $ +# $Id: Makefile,v 1.10 1998/09/03 22:49:17 max Exp $ # DISTNAME= elvis-1.8 @@ -17,7 +17,7 @@ PATCHFILES= jelvis1.8p4-j1.1.tar.Z MAINTAINER= sanpei@yy.cs.keio.ac.jp -LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna NO_WRKSUBDIR= yes PATCH_DIST_STRIP= -p1 diff --git a/japanese/jvim/Makefile b/japanese/jvim/Makefile index 1a14efeefe66..a28bfa1e24db 100644 --- a/japanese/jvim/Makefile +++ b/japanese/jvim/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Sep 1997 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.2 1998/09/02 22:34:23 max Exp $ +# $Id: Makefile,v 1.3 1998/09/09 16:07:12 max Exp $ # DISTNAME= jvim2.0r+onew2.2.10 @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/jvim2.0r # LIB_DEPENDS, etc. .if defined(CANNA) INPUT_METHOD+= canna -LIB_INPUT_METHOD+= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna JPLIB+= -lcanna .endif .if defined(WNN4) diff --git a/japanese/kinput2-freewnn/Makefile b/japanese/kinput2-freewnn/Makefile index 78c31fdabfa5..0930e6774467 100644 --- a/japanese/kinput2-freewnn/Makefile +++ b/japanese/kinput2-freewnn/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Dec 1997 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/27 12:49:25 kuriyama Exp $ # DISTNAME= kinput2-v2-fix4 @@ -30,7 +30,7 @@ WNN4= yes # LIB_DEPENDS, etc. .if defined(CANNA) INPUT_METHOD+= canna -LIB_INPUT_METHOD+= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna KINPUT2_DEF+= -DUseCanna .endif .if defined(SJ3) diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile index 78c31fdabfa5..0930e6774467 100644 --- a/japanese/kinput2/Makefile +++ b/japanese/kinput2/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Dec 1997 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/27 12:49:25 kuriyama Exp $ # DISTNAME= kinput2-v2-fix4 @@ -30,7 +30,7 @@ WNN4= yes # LIB_DEPENDS, etc. .if defined(CANNA) INPUT_METHOD+= canna -LIB_INPUT_METHOD+= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna KINPUT2_DEF+= -DUseCanna .endif .if defined(SJ3) diff --git a/japanese/nvi-euc-jp/Makefile b/japanese/nvi-euc-jp/Makefile index 49278bd47b71..e0eb73085ad9 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.11 1998/03/04 19:35:05 asami Exp $ +# $Id: Makefile,v 1.12 1998/06/26 09:16:27 obrien Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -12,7 +12,7 @@ PATCHDIR= ${.CURDIR}/../../editors/nvi-m17n/patches PKGDIR= ${.CURDIR}/../../editors/nvi-m17n/pkg COMMENT= ${.CURDIR}/pkg/COMMENT -LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna PKGNAME= ja-nvi-eucjp-1.79.19970820 diff --git a/japanese/nvi-iso-2022-jp/Makefile b/japanese/nvi-iso-2022-jp/Makefile index 3f827ca7038e..31e608b29a29 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.11 1998/03/04 19:35:05 asami Exp $ +# $Id: Makefile,v 1.12 1998/06/26 09:16:31 obrien Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -12,7 +12,7 @@ PATCHDIR= ${.CURDIR}/../../editors/nvi-m17n/patches PKGDIR= ${.CURDIR}/../../editors/nvi-m17n/pkg COMMENT= ${.CURDIR}/pkg/COMMENT -LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna PKGNAME= ja-nvi-iso2022jp-1.79.19970820 diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile index ccd5625b36b3..2b660b8e6179 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.11 1998/03/04 19:35:06 asami Exp $ +# $Id: Makefile,v 1.12 1998/06/26 09:16:33 obrien Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -12,7 +12,7 @@ PATCHDIR= ${.CURDIR}/../../editors/nvi-m17n/patches PKGDIR= ${.CURDIR}/../../editors/nvi-m17n/pkg COMMENT= ${.CURDIR}/pkg/COMMENT -LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna PKGNAME= ja-nvi-sjis-1.79.19970820 diff --git a/japanese/onew-freewnn/Makefile b/japanese/onew-freewnn/Makefile index 22c053425875..15fd5772f695 100644 --- a/japanese/onew-freewnn/Makefile +++ b/japanese/onew-freewnn/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Sep 1997 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/08 14:29:29 kuriyama Exp $ # DISTNAME= jvim2.0r+onew2.2.10 @@ -31,7 +31,7 @@ WNN4= yes # LIB_DEPENDS, etc. .if defined(CANNA) INPUT_METHOD+= canna -LIB_INPUT_METHOD+= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna JPLIB+= -lcanna .endif .if defined(WNN4) diff --git a/japanese/onew/Makefile b/japanese/onew/Makefile index 22c053425875..15fd5772f695 100644 --- a/japanese/onew/Makefile +++ b/japanese/onew/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Sep 1997 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/08 14:29:29 kuriyama Exp $ # DISTNAME= jvim2.0r+onew2.2.10 @@ -31,7 +31,7 @@ WNN4= yes # LIB_DEPENDS, etc. .if defined(CANNA) INPUT_METHOD+= canna -LIB_INPUT_METHOD+= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna JPLIB+= -lcanna .endif .if defined(WNN4) diff --git a/japanese/pine/Makefile b/japanese/pine/Makefile index 66684e384862..eaf21e5a2a38 100644 --- a/japanese/pine/Makefile +++ b/japanese/pine/Makefile @@ -3,7 +3,7 @@ # Date created: 01 May 1996 # Whom: masafumi # -# $Id: Makefile,v 1.11 1997/07/17 15:12:46 max Exp $ +# $Id: Makefile,v 1.12 1997/09/14 21:35:40 max Exp $ # DISTNAME= pine3.95 @@ -18,7 +18,7 @@ PATCH_SITES= ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/pine/pine3.95/ MAINTAINER= max@FreeBSD.ORG -LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna BUILD_DEPENDS= ${PREFIX}/lib/libcanna.a:${PORTSDIR}/japanese/Canna EXTRACT_ONLY= pine3.95.tar.gz |