diff options
Diffstat (limited to 'x11-servers/XttXF86srv-S3V/Makefile')
-rw-r--r-- | x11-servers/XttXF86srv-S3V/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-servers/XttXF86srv-S3V/Makefile b/x11-servers/XttXF86srv-S3V/Makefile index 64f88ef98433..873078c90090 100644 --- a/x11-servers/XttXF86srv-S3V/Makefile +++ b/x11-servers/XttXF86srv-S3V/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:58:51 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/09/01 13:41:08 asami Exp $ # DISTNAME= xc PKGNAME= xtt-S3V-1.0 CATEGORIES= x11 +MAINTAINER= taguchi@tohoku.iij.ad.jp + +RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common + SERVER= XF86_S3V .include "${.CURDIR}/../XttXF86srv-common/Makefile" |