diff options
author | xtraeme <xtraeme> | 2004-07-29 06:36:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-29 06:36:32 +0000 |
commit | 1d7604642cf5032afc3b10d18dfe74e95aa9c643 (patch) | |
tree | 6e4eadfeefda4ef4c7226ca902410714de716947 /x11/imake | |
parent | b83c5eb7bcca21964a323fa07c28830afe8de588 (diff) | |
download | pkgsrc-1d7604642cf5032afc3b10d18dfe74e95aa9c643.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/imake')
-rw-r--r-- | x11/imake/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/imake/Makefile b/x11/imake/Makefile index 9dfa09e7029..08085ee8c53 100644 --- a/x11/imake/Makefile +++ b/x11/imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/07/29 05:37:36 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/07/29 06:36:33 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= imake-${XF_VER} @@ -12,8 +12,6 @@ COMMENT= Imake and other utilities from XFree86 PKG_INSTALLATION_TYPES= overwrite pkgviews -CONFLICTS= xorg-imake-[0-9]* - USE_BUILDLINK3= yes USE_DIRS+= XFree86-1.0 INSTALL_TARGET= install install.man |