diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-09 03:37:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-09 03:37:00 +0000 |
commit | 99c293f270ce92830cf3d9d0e08ad89d9d2127d5 (patch) | |
tree | 427da705764703a94f712bb0e321236c7353bd17 /x11/lesstif | |
parent | 5700c6abe38ad8bc838fcf036551fb26079ab1ad (diff) | |
download | pkgsrc-99c293f270ce92830cf3d9d0e08ad89d9d2127d5.tar.gz |
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/Makefile | 8 | ||||
-rw-r--r-- | x11/lesstif/Makefile.common | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 82f45ebc7e1..382811e8e9a 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.58 2001/08/29 22:41:29 jlam Exp $ - -.include "../../x11/lesstif/Makefile.common" +# $NetBSD: Makefile,v 1.59 2001/09/09 03:37:02 jlam Exp $ COMMENT= API compatible clone of the OSF/Motif toolkit +USE_BUILDLINK_ONLY= # defined + +.include "Makefile.common" + CONFIGURE_ARGS+= --disable-build-12 CONFIGURE_ARGS+= --enable-build-20 CONFIGURE_ARGS+= --disable-build-21 diff --git a/x11/lesstif/Makefile.common b/x11/lesstif/Makefile.common index 2ee1680e69f..a1b03bb85d6 100644 --- a/x11/lesstif/Makefile.common +++ b/x11/lesstif/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2001/08/26 10:32:24 skrll Exp $ +# $NetBSD: Makefile.common,v 1.12 2001/09/09 03:37:03 jlam Exp $ DISTNAME= lesstif-${LESSTIF_VERSION} LESSTIF_VERSION= 0.92.32 @@ -18,7 +18,6 @@ CONFLICTS+= openmotif-[0-9]* BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake -USE_BUILDLINK_ONLY= # defined USE_X11BASE= # defined USE_GMAKE= # defined USE_LIBTOOL= # defined |