diff options
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/Makefile | 4 | ||||
-rw-r--r-- | x11/lesstif/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 382811e8e9a..1faf34a4f54 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2001/09/09 03:37:02 jlam Exp $ +# $NetBSD: Makefile,v 1.60 2001/09/14 01:57:44 jlam Exp $ COMMENT= API compatible clone of the OSF/Motif toolkit +CONFLICTS+= openmotif-[0-9]* + USE_BUILDLINK_ONLY= # defined .include "Makefile.common" diff --git a/x11/lesstif/Makefile.common b/x11/lesstif/Makefile.common index a1b03bb85d6..d145e18c04e 100644 --- a/x11/lesstif/Makefile.common +++ b/x11/lesstif/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2001/09/09 03:37:03 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2001/09/14 01:57:44 jlam Exp $ DISTNAME= lesstif-${LESSTIF_VERSION} LESSTIF_VERSION= 0.92.32 @@ -13,8 +13,6 @@ 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+= autoconf-2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake |