pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/XFree86-libs imake is not required as a runtime de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c0f656a816b
branches:  trunk
changeset: 474353:9c0f656a816b
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Apr 27 21:38:42 2004 +0000

description:
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:

 x11/XFree86-libs/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 793b946fdd07 -r 9c0f656a816b x11/XFree86-libs/Makefile
--- a/x11/XFree86-libs/Makefile Tue Apr 27 21:32:57 2004 +0000
+++ b/x11/XFree86-libs/Makefile Tue Apr 27 21:38:42 2004 +0000
@@ -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+=            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"
 



Home | Main Index | Thread Index | Old Index