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/lesstif12/Makefile | |
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/lesstif12/Makefile')
-rw-r--r-- | x11/lesstif12/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/lesstif12/Makefile b/x11/lesstif12/Makefile index 46f1c252ef8..54c22ecdec2 100644 --- a/x11/lesstif12/Makefile +++ b/x11/lesstif12/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/08/29 22:41:29 jlam Exp $ - -.include "../../x11/lesstif/Makefile.common" +# $NetBSD: Makefile,v 1.9 2001/09/09 03:37:03 jlam Exp $ PKGNAME= lesstif12-${LESSTIF_VERSION} COMMENT= API compatible clone of the OSF/Motif toolkit, version 1.2 @@ -8,7 +6,11 @@ COMMENT= API compatible clone of the OSF/Motif toolkit, version 1.2 CONFLICTS+= lesstif-0.[0-8]* CONFLICTS+= lesstif-0.90* CONFLICTS+= lesstif-0.91 lesstif-0.91.[0-3] -CONFLICTS+= openmotif-* +CONFLICTS+= openmotif-[0-9]* + +USE_BUILDLINK_ONLY= # defined + +.include "../lesstif/Makefile.common" CONFIGURE_ARGS+= --enable-build-12 CONFIGURE_ARGS+= --disable-build-20 |