diff options
Diffstat (limited to 'x11-servers/XttXF86srv-Mach64')
-rw-r--r-- | x11-servers/XttXF86srv-Mach64/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-servers/XttXF86srv-Mach64/Makefile b/x11-servers/XttXF86srv-Mach64/Makefile index af7687418be0..dfca98c85b14 100644 --- a/x11-servers/XttXF86srv-Mach64/Makefile +++ b/x11-servers/XttXF86srv-Mach64/Makefile @@ -3,13 +3,17 @@ # Date created: 15 April 1998 # Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> # -# $Id: Makefile,v 1.1.1.1 1998/08/11 14:49:37 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/09/01 13:41:05 asami Exp $ # DISTNAME= xc PKGNAME= xtt-Mach64-1.0 CATEGORIES= x11 +MAINTAINER= taguchi@tohoku.iij.ad.jp + +RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common + SERVER= XF86_Mach64 .include "${.CURDIR}/../XttXF86srv-common/Makefile" |