diff options
author | jlam <jlam> | 2001-09-09 03:37:00 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-09 03:37:00 +0000 |
commit | d9ac3b894e82a99d71b58d03fad308f718f90217 (patch) | |
tree | 427da705764703a94f712bb0e321236c7353bd17 /x11/lesstif12 | |
parent | c4a0ff39222fbd3481d97af0bc5ba9ce5704c4aa (diff) | |
download | pkgsrc-d9ac3b894e82a99d71b58d03fad308f718f90217.tar.gz |
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Diffstat (limited to 'x11/lesstif12')
-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 |