diff options
author | dmcmahill <dmcmahill> | 2000-12-26 19:49:55 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-12-26 19:49:55 +0000 |
commit | 24454ee04e6f944a2b21b01c0518cfcdc02cbf5d (patch) | |
tree | 46309fb43fa0dcfad63392536fc139838cf823ea | |
parent | eb0fc70830c46d34f60c3be9b3891f2d4c258318 (diff) | |
download | pkgsrc-24454ee04e6f944a2b21b01c0518cfcdc02cbf5d.tar.gz |
mark as BROKEN. this package nukes some system files (makedepend, host.def, etc).
can be marked un-BROKEN when these are fixed.
also remove $'s from around free/openbsd ID's
-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 |