diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-01 13:41:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-01 13:41:11 +0000 |
commit | 12541679f4e8a17022b39199f83d6f2cfa0ce617 (patch) | |
tree | cf98f3ebd7f2e3cb783945a2a4e4c75d2bb11f98 /x11-servers/XttXF86srv-xfs | |
parent | 7592fa645fd02a03732284455aed1cdecee7b337 (diff) |
Notes
Diffstat (limited to 'x11-servers/XttXF86srv-xfs')
-rw-r--r-- | x11-servers/XttXF86srv-xfs/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-servers/XttXF86srv-xfs/Makefile b/x11-servers/XttXF86srv-xfs/Makefile index 38a6a69c87cd..4a555481c2e3 100644 --- a/x11-servers/XttXF86srv-xfs/Makefile +++ b/x11-servers/XttXF86srv-xfs/Makefile @@ -1,18 +1,17 @@ # New ports collection makefile for: X Font Server with X True Type -# Version required: 0.6 +# Version required: 1.0 # Date created: 15 April 1998 # Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/08/11 15:06:07 kuriyama Exp $ # -PKGNAME= xtt-xf86srv-xfs-0.6 +DISTNAME= xc +PKGNAME= xtt-xfs-1.0 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp -BUILD_DEPENDS= ${.CURDIR}/../XttXF86srv-common/work/.build_done:${.CURDIR}/../XttXF86srv-common - SERVER= xfs .include "${.CURDIR}/../XttXF86srv-common/Makefile" |