diff options
author | asami <asami@FreeBSD.org> | 1995-10-11 08:31:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-11 08:31:49 +0800 |
commit | 7e813574ad8abe23c92cc91fcd741c639e40ab6e (patch) | |
tree | f33da1a0adcededb48814c616c1bc0552f867f39 /japanese/kinput2-canna | |
parent | 5ae43b20a3025de1cbae1948dfcc2449553404ed (diff) | |
download | freebsd-ports-gnome-7e813574ad8abe23c92cc91fcd741c639e40ab6e.tar.gz freebsd-ports-gnome-7e813574ad8abe23c92cc91fcd741c639e40ab6e.tar.zst freebsd-ports-gnome-7e813574ad8abe23c92cc91fcd741c639e40ab6e.zip |
Use BUILD_DEPENDS and LIB_DEPENDS instead of ".if !exists(...)" hack.
Diffstat (limited to 'japanese/kinput2-canna')
-rw-r--r-- | japanese/kinput2-canna/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/kinput2-canna/Makefile b/japanese/kinput2-canna/Makefile index 245555822d3a..6e2c1cc91bd9 100644 --- a/japanese/kinput2-canna/Makefile +++ b/japanese/kinput2-canna/Makefile @@ -3,7 +3,7 @@ # Date created: 1 May 1995 # Whom: NIIMI Satoshi <sa2c@and.or.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/05/02 01:53:11 asami Exp $ # DISTNAME= kinput2-v2-fix1 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/ MAINTAINER= asami@FreeBSD.ORG -LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna +LIB_DEPENDS= canna16\\.1\\.:${PORTSDIR}/japanese/Canna NO_WRKSUBDIR= yes USE_IMAKE= yes |