diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 06:36:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 06:36:32 +0000 |
commit | 1f5e4b2c289103e9f263ee926404cb870e9fe7b1 (patch) | |
tree | 6e4eadfeefda4ef4c7226ca902410714de716947 /x11/xorg-clients | |
parent | 09652f2f052bd3694beed2c6b134dcef0b3042cb (diff) | |
download | pkgsrc-1f5e4b2c289103e9f263ee926404cb870e9fe7b1.tar.gz |
xorg packages now will be installed into ${PREFIX}/xorg by default,
so we don't have to conflict between XFree86 and xorg.
Suggested by grant@.
Diffstat (limited to 'x11/xorg-clients')
-rw-r--r-- | x11/xorg-clients/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile index b78bd96948d..ced9e5152a3 100644 --- a/x11/xorg-clients/Makefile +++ b/x11/xorg-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 04:52:04 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:34 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-clients-${XORG_VER} @@ -11,8 +11,6 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.x.org/ COMMENT= X.org client programs and related files -CONFLICTS+= XFree86-clients-[0-9]* - USE_X11= yes USE_BUILDLINK3= yes CHECK_X11_TYPE= # defined |