diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 09:06:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 09:06:19 +0000 |
commit | 0612a03a2cfd2d653670dc8876b9d6cf5d7a7048 (patch) | |
tree | e24502f31b29790937aab6990dd4915009607df1 /fonts/XFree86-fontsScalable | |
parent | 3109fcd97defacc8672928e37dbaeaaf866bce3f (diff) | |
download | pkgsrc-0612a03a2cfd2d653670dc8876b9d6cf5d7a7048.tar.gz |
Use ${XF_VER} instead of using 4.4.0.
Diffstat (limited to 'fonts/XFree86-fontsScalable')
-rw-r--r-- | fonts/XFree86-fontsScalable/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/XFree86-fontsScalable/Makefile b/fonts/XFree86-fontsScalable/Makefile index f926de2683c..94bef88cc01 100644 --- a/fonts/XFree86-fontsScalable/Makefile +++ b/fonts/XFree86-fontsScalable/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.7 2004/07/29 06:36:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2004/07/29 09:06:20 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-fontsScalable-${XF_VER} CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XFREE} -DISTFILES= XFree86-4.4.0-src-4.tgz XFree86-4.4.0-src-5.tgz +DISTFILES= XFree86-${XF_VER}-src-4.tgz XFree86-${XF_VER}-src-5.tgz MAINTAINER= xfree86@blef.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 scalable fonts -DEPENDS+= XFree86-fontsEncodings>=4.4.0:../XFree86-fontsEncodings +DEPENDS+= XFree86-fontsEncodings>=${XF_VER}:../XFree86-fontsEncodings NO_BUILD= yes NO_BUILDLINK= # defined |