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/lesstif12 | |
parent | d6238f8d15f99871fe1e13f8695c3517d79ba6c0 (diff) | |
download | pkgsrc-2e2c1ce77fcf9078213899cc97a86928e18d349f.tar.gz |
Add conflict openmotif<->lesstif, as noted by tron@netbsd.org.
Diffstat (limited to 'x11/lesstif12')
-rw-r--r-- | x11/lesstif12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lesstif12/Makefile b/x11/lesstif12/Makefile index d0583497e68..489f958209b 100644 --- a/x11/lesstif12/Makefile +++ b/x11/lesstif12/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2000/10/23 19:45:26 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/30 10:13:56 mjl Exp $ PKGNAME= lesstif12-${LESSTIF_VERSION} CONFLICTS+= lesstif-0.[0-8]* CONFLICTS+= lesstif-0.90* CONFLICTS+= lesstif-0.91 lesstif-0.91.[0-3] +CONFLICTS+= openmotif-* CONFIGURE_ARGS+= --enable-build-12 CONFIGURE_ARGS+= --disable-build-20 |