diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-15 09:49:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-15 09:49:46 +0000 |
commit | 705b1d248d4be6eeca7277bdf8d74f76cf94f39c (patch) | |
tree | b04be0c17b26cead6a1799885dc055444a7dcc41 /x11-servers/XttXF86srv-Mach32 | |
parent | Fix font dependency path. (diff) |
Submitted by: maintainer
PR: 9513
following is a update patch for ${PORTSDIR}/x11/Xtt* ports.
(1) Now, We use XFree86 3.3.3.1 rather than 3.3.3.
(2) update to Xtt1.1pl05. It includes some Windowz encoding.
(3) more simple XttXF86srv-common/Makefile ;-)
Notes
Notes:
svn path=/head/; revision=16063
Diffstat (limited to 'x11-servers/XttXF86srv-Mach32')
-rw-r--r-- | x11-servers/XttXF86srv-Mach32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-servers/XttXF86srv-Mach32/Makefile b/x11-servers/XttXF86srv-Mach32/Makefile index bc26de9c0a2f..3d66ab581f7f 100644 --- a/x11-servers/XttXF86srv-Mach32/Makefile +++ b/x11-servers/XttXF86srv-Mach32/Makefile @@ -3,7 +3,7 @@ # Date created: 15 April 1998 # Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> # -# $Id: Makefile,v 1.4 1998/12/01 03:06:41 asami Exp $ +# $Id: Makefile,v 1.5 1999/01/02 19:11:08 sada Exp $ # DISTNAME= xc @@ -12,7 +12,7 @@ CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp -RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common +LIB_DEPENDS= font.1:${.CURDIR}/../XttXF86srv-common SERVER= XF86_Mach32 |