diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-30 19:28:11 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-30 19:28:11 +0000 |
commit | 186e7f2ba44d378aac7edf457286f9ff1bd95bdd (patch) | |
tree | b4d8a9d0dbd3c0e1bd754e646be4f6a52af501f0 /japanese | |
parent | 0624a5297976e30ebf71ac8f381c27ce053e7477 (diff) | |
download | FreeBSD-ports-186e7f2ba44d378aac7edf457286f9ff1bd95bdd.zip FreeBSD-ports-186e7f2ba44d378aac7edf457286f9ff1bd95bdd.tar.gz |
Added
"BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86"
because this needs xmkmf
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/canuum/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/canuum/Makefile b/japanese/canuum/Makefile index 657b836..571a610 100644 --- a/japanese/canuum/Makefile +++ b/japanese/canuum/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jan 1999 # Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.2 1999/02/12 16:59:31 motoyuki Exp $ +# $Id: Makefile,v 1.3 1999/03/06 13:15:10 taoka Exp $ # DISTNAME= canuum-1.0 @@ -16,6 +16,7 @@ EXTRACT_ONLY= Uum4.109.tar.gz MAINTAINER= kiri@pis.toba-cmt.ac.jp +BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna MANLANG= ja |