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-fontsEncodings/Makefile | |
parent | 3109fcd97defacc8672928e37dbaeaaf866bce3f (diff) | |
download | pkgsrc-0612a03a2cfd2d653670dc8876b9d6cf5d7a7048.tar.gz |
Use ${XF_VER} instead of using 4.4.0.
Diffstat (limited to 'fonts/XFree86-fontsEncodings/Makefile')
-rw-r--r-- | fonts/XFree86-fontsEncodings/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/XFree86-fontsEncodings/Makefile b/fonts/XFree86-fontsEncodings/Makefile index 75bf75b4d8d..b2f9c6b85e3 100644 --- a/fonts/XFree86-fontsEncodings/Makefile +++ b/fonts/XFree86-fontsEncodings/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/07/29 06:36:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2004/07/29 09:06:19 xtraeme Exp $ -DISTNAME= XFree86-4.4.0-src-4 +DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fontsEncodings-${XF_VER} CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XFREE} @@ -10,7 +10,7 @@ MAINTAINER= xfree86@blef.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 Encoding fonts -DEPENDS= XFree86-clients>=4.4.0:../../x11/XFree86-clients +DEPENDS= XFree86-clients>=${XF_VER}:../../x11/XFree86-clients NO_XFREE86_TARGETS= # defined CHECK_X11_TYPE= # defined |