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 | b626930e0697273b7c7549613d3d02106d4a976b (patch) | |
tree | e24502f31b29790937aab6990dd4915009607df1 /misc/XFree86-man | |
parent | 4966f6196ea36aa34ea101683f7289d829f2db3f (diff) | |
download | pkgsrc-b626930e0697273b7c7549613d3d02106d4a976b.tar.gz |
Use ${XF_VER} instead of using 4.4.0.
Diffstat (limited to 'misc/XFree86-man')
-rw-r--r-- | misc/XFree86-man/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/XFree86-man/Makefile b/misc/XFree86-man/Makefile index 0922a630ba4..7c5bb2b1eba 100644 --- a/misc/XFree86-man/Makefile +++ b/misc/XFree86-man/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2004/03/28 22:06:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/07/29 09:06:19 xtraeme Exp $ -DISTNAME= XFree86-4.4.0-src-1 +DISTNAME= XFree86-${XF_VER}-src-1 PKGNAME= XFree86-man-${XF_VER} CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_XFREE} @@ -10,7 +10,7 @@ MAINTAINER= xfree86@blef.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 Manuals -DEPENDS= imake>=4.4.0:../../x11/imake +DEPENDS= imake>=${XF_VER}:../../x11/imake USE_LANGUAGES= # empty NO_BUILDLINK= # defined |