diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 05:48:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 05:48:38 +0000 |
commit | dab89acdea833863aabcc4e6b2824b552770c6ed (patch) | |
tree | ebea95eba4e2afe859cdab791c47b5d50dc847fb /misc | |
parent | 6a20a8ded91db0e352f80ce00f9b8a5e780b96f9 (diff) | |
download | pkgsrc-dab89acdea833863aabcc4e6b2824b552770c6ed.tar.gz |
CONFLICTS with xorg-docs.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/XFree86-docs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/XFree86-docs/Makefile b/misc/XFree86-docs/Makefile index b6889f3e25d..8cdcbe1e20f 100644 --- a/misc/XFree86-docs/Makefile +++ b/misc/XFree86-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/03/28 22:06:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/29 05:48:38 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-docs-${XF_VER} @@ -12,6 +12,8 @@ COMMENT= XFree86 Documentation DEPENDS= imake>=4.4.0:../../x11/imake +CONFLICTS= xorg-docs-[0-9]* + USE_LANGUAGES= # empty NO_BUILDLINK= # defined NO_XFREE86_TARGETS= # defined |