diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-11 04:32:16 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-11 04:32:16 +0000 |
commit | 343d92b627ec61f481c526724a10c10f72d5d0f0 (patch) | |
tree | 881303f5472d6eeadf2bfaad261071dbbc671c46 | |
parent | 8999774d08c3d49d6599d3edc13145f4a6749be3 (diff) | |
download | pkgsrc-343d92b627ec61f481c526724a10c10f72d5d0f0.tar.gz |
conflict with openmotif
-rw-r--r-- | x11/lesstif/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/lesstif/Makefile.common b/x11/lesstif/Makefile.common index 19482a2176c..035a0ebdd0d 100644 --- a/x11/lesstif/Makefile.common +++ b/x11/lesstif/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2001/02/26 17:02:00 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2001/03/11 04:32:16 hubertf Exp $ DISTNAME= lesstif-${LESSTIF_VERSION} LESSTIF_VERSION= 0.92.6 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.lesstif.org/ +CONFLICTS+= openmotif-[0-9]* + BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake |