diff options
author | mjl <mjl@pkgsrc.org> | 2000-10-30 10:13:56 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-10-30 10:13:56 +0000 |
commit | 2e2c1ce77fcf9078213899cc97a86928e18d349f (patch) | |
tree | 0c80033c30d779a3865212d2a0885eb05cd07298 /x11/openmotif | |
parent | d6238f8d15f99871fe1e13f8695c3517d79ba6c0 (diff) | |
download | pkgsrc-2e2c1ce77fcf9078213899cc97a86928e18d349f.tar.gz |
Add conflict openmotif<->lesstif, as noted by tron@netbsd.org.
Diffstat (limited to 'x11/openmotif')
-rw-r--r-- | x11/openmotif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 78106de9b60..73beedcc6cf 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp $ -# $NetBSD: Makefile,v 1.2 2000/10/29 23:16:46 mjl Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/30 10:13:56 mjl Exp $ PKGVER= 2.1.30 DISTNAME= openmotif${PKGVER} @@ -18,6 +18,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.opengroup.org/openmotif/ +CONFLICTS+= lesstif-* DIST_SUBDIR= openmotif WRKSRC= ${WRKDIR}/motif USE_X11BASE= yes |