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 | a259fecc1a63cd6577af183befc63bb38b60cd17 (patch) | |
tree | 6c718ddf2a335e21ea96847db98250fc5c2c98db /x11/imake | |
parent | 056fb86e2bc28e89b258166114ba7e34547d04bb (diff) | |
download | pkgsrc-a259fecc1a63cd6577af183befc63bb38b60cd17.tar.gz |
CONFLICTS with xorg-imake.
Diffstat (limited to 'x11/imake')
-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 |