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 /japanese/elvis | |
parent | Convert to ELF and cleanup use of MAN* macros. (diff) |
Remove regexp support for libcanna since it can now be built
in ELF format as well.
Notes
Notes:
svn path=/head/; revision=13297
Diffstat (limited to 'japanese/elvis')
-rw-r--r-- | japanese/elvis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |