summaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-21 08:41:46 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-21 08:41:46 +0000
commit5d9c9602fa495d72e9cbedd2f56f2713bb51056e (patch)
treeb9a6a8b170e74178d8e99ac64d368489a39f6d83 /x11-servers
parentUpgrade to 2.3.1. (diff)
freetype (libttf) is now converted to ELF.
Notes
Notes: svn path=/head/; revision=13285
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/XttXF86srv-common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile
index 43a5927a9c30..9123ef2a3ec6 100644
--- a/x11-servers/XttXF86srv-common/Makefile
+++ b/x11-servers/XttXF86srv-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
-# $Id: Makefile,v 1.1.1.1 1998/08/11 15:04:09 kuriyama Exp $
+# $Id: Makefile,v 1.2 1998/09/01 13:41:10 asami Exp $
#
DISTNAME= xc
@@ -20,7 +20,7 @@ PATCHFILES= 3.3.2-patch1 3.3.2-patch2 3.3.2-patch3
MAINTAINER= taguchi@tohoku.iij.ad.jp
-LIB_DEPENDS= ttf\\.2\\.:${PORTSDIR}/print/freetype
+LIB_DEPENDS= ttf.2:${PORTSDIR}/print/freetype
.if defined(SERVER)
RUN_DEPENDS= mkfontdir.pl:${PORTSDIR}/x11/XttXF86srv-common
.endif