diff options
Diffstat (limited to 'x11/XFree86-libs')
-rw-r--r-- | x11/XFree86-libs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/XFree86-libs/Makefile b/x11/XFree86-libs/Makefile index 60b74475e26..1c3cb0a4cd1 100644 --- a/x11/XFree86-libs/Makefile +++ b/x11/XFree86-libs/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.14 2004/07/29 06:36:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/29 09:06:20 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-libs-${XF_VER} PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} -DISTFILES= XFree86-4.4.0-src-1.tgz XFree86-4.4.0-src-2.tgz \ - XFree86-4.4.0-src-3.tgz XFree86-4.4.0-src-4.tgz +DISTFILES= XFree86-${XF_VER}-src-1.tgz XFree86-${XF_VER}-src-2.tgz \ + XFree86-${XF_VER}-src-3.tgz XFree86-${XF_VER}-src-4.tgz MAINTAINER= xfree86@blef.org HOMEPAGE= http://www.xfree86.org/ @@ -16,7 +16,7 @@ CONFLICTS+= xextensions-[0-9]* CONFLICTS+= libX11-[0-9]* CONFLICTS+= libXau-[0-9]* -BUILD_DEPENDS= imake>=4.4.0:../../x11/imake +BUILD_DEPENDS= imake>=${XF_VER}:../../x11/imake .include "../../mk/bsd.prefs.mk" |