diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 05:37:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 05:37:36 +0000 |
commit | eca3299e6683518a5a94d449a5dd7e7a328552b2 (patch) | |
tree | 6c718ddf2a335e21ea96847db98250fc5c2c98db /x11 | |
parent | 6854ec6d13b6f1b36d8de64cce0a40e93fbfa900 (diff) | |
download | pkgsrc-eca3299e6683518a5a94d449a5dd7e7a328552b2.tar.gz |
CONFLICTS with xorg-imake.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/imake/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/imake/Makefile b/x11/imake/Makefile index 5ac7695e0b9..9dfa09e7029 100644 --- a/x11/imake/Makefile +++ b/x11/imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/07/21 21:42:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/29 05:37:36 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= imake-${XF_VER} @@ -12,6 +12,8 @@ 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 |