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 | 69c871c44879613395742f6172695959b5e30dae (patch) | |
tree | 6e4eadfeefda4ef4c7226ca902410714de716947 /x11/xorg-imake | |
parent | fb9e5350b4f9427f6335c69dd0be411d6aae71c7 (diff) | |
download | pkgsrc-69c871c44879613395742f6172695959b5e30dae.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-imake')
-rw-r--r-- | x11/xorg-imake/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xorg-imake/Makefile b/x11/xorg-imake/Makefile index 9986487072c..8429ddf9c6a 100644 --- a/x11/xorg-imake/Makefile +++ b/x11/xorg-imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 04:49:52 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:34 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-imake-${XORG_VER} @@ -12,8 +12,6 @@ COMMENT= Imake and other utilities from X.org PKG_INSTALLATION_TYPES= overwrite pkgviews -CONFLICTS+= imake-[0-9]* - USE_BUILDLINK3= yes INSTALL_TARGET= install install.man NO_XORG_TARGETS= # defined |