diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 02:18:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 02:18:45 +0000 |
commit | 753d555a14637ae1929d429cacca0ed4cee4c82a (patch) | |
tree | a9aafbb6c3220d5a93992955310cd0773174c553 /japanese/sj3-server | |
parent | 5805b60f1e966fbca323954b086c87e9297ca032 (diff) | |
download | ports-753d555a14637ae1929d429cacca0ed4cee4c82a.tar.gz ports-753d555a14637ae1929d429cacca0ed4cee4c82a.zip |
A few more USE_XLIBs.
Notes
Notes:
svn path=/head/; revision=14930
Diffstat (limited to 'japanese/sj3-server')
-rw-r--r-- | japanese/sj3-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/sj3-server/Makefile b/japanese/sj3-server/Makefile index d48639a5f120..3a98ef008116 100644 --- a/japanese/sj3-server/Makefile +++ b/japanese/sj3-server/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Aug 1998 # Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> # -# $Id: Makefile,v 1.6 1998/06/06 03:45:04 itojun Exp $ +# $Id: Makefile,v 1.7 1998/10/09 06:10:47 kuriyama Exp $ # DISTNAME= sj3-2.0.1.20 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.sony.co.jp/pub/unsupported/src/ \ MAINTAINER= hidekazu@cs.titech.ac.jp +BUILD_DPENDS= xmkmf:${PORTSDIR}/x11/XFree86 + MAN1= sj3.1 sj3dic.1 sj3mkdic.1 sj3serv.1 MANLANG= ja |