diff options
author | mjl <mjl> | 2000-10-30 10:13:56 +0000 |
---|---|---|
committer | mjl <mjl> | 2000-10-30 10:13:56 +0000 |
commit | 3b5d0edb8824961f2c305dd7afe5d0bbec362d84 (patch) | |
tree | 0c80033c30d779a3865212d2a0885eb05cd07298 /x11/lesstif12 | |
parent | d91adfefcc5595e3287facc18ed18ec2453a06b1 (diff) | |
download | pkgsrc-3b5d0edb8824961f2c305dd7afe5d0bbec362d84.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 |