diff options
author | reed <reed@pkgsrc.org> | 2004-04-27 21:38:42 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-27 21:38:42 +0000 |
commit | b8066d3915db59885526547a9b36baf10115ca83 (patch) | |
tree | af69c1740b4e22983dbbc0020d1a3e4b5f182b00 /x11 | |
parent | 1843d9b4ec7ecf84c57d4c8af7360a8773585099 (diff) | |
download | pkgsrc-b8066d3915db59885526547a9b36baf10115ca83.tar.gz |
imake is not required as a runtime dependency, so use BUILD_DEPENDS
instead.
Bump PKGREVISION for this and for last commit too (had broken
CONFLICTS).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-libs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/XFree86-libs/Makefile b/x11/XFree86-libs/Makefile index 23ba6593c1f..7c8801667ad 100644 --- a/x11/XFree86-libs/Makefile +++ b/x11/XFree86-libs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2004/04/27 21:32:57 reed Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/27 21:38:42 reed 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 \ @@ -15,7 +16,7 @@ CONFLICTS+= xextensions-[0-9]* CONFLICTS+= libX11-[0-9]* CONFLICTS+= libXau-[0-9]* -DEPENDS= imake>=4.4.0:../../x11/imake +BUILD_DEPENDS= imake>=4.4.0:../../x11/imake .include "../../mk/bsd.prefs.mk" |