diff options
-rw-r--r-- | x11/openmotif/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 0af0990582d..387298e5d63 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,6 +1,6 @@ -# $FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp $ -# $OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp $ -# $NetBSD: Makefile,v 1.4 2000/10/31 01:13:14 mjl Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/26 19:49:55 dmcmahill Exp $ +# FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp +# OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp PKGVER= 2.1.30 DISTNAME= openmotif${PKGVER} @@ -19,6 +19,8 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.opengroup.org/openmotif/ +BROKEN= "package overwrites and then deletes base system files (makedepend, host.def, etc)" + CONFLICTS+= lesstif-* DIST_SUBDIR= openmotif WRKSRC= ${WRKDIR}/motif |