summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-09 03:37:00 +0000
committerjlam <jlam@pkgsrc.org>2001-09-09 03:37:00 +0000
commit99c293f270ce92830cf3d9d0e08ad89d9d2127d5 (patch)
tree427da705764703a94f712bb0e321236c7353bd17 /x11
parent5700c6abe38ad8bc838fcf036551fb26079ab1ad (diff)
downloadpkgsrc-99c293f270ce92830cf3d9d0e08ad89d9d2127d5.tar.gz
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Diffstat (limited to 'x11')
-rw-r--r--x11/lesstif/Makefile8
-rw-r--r--x11/lesstif/Makefile.common3
-rw-r--r--x11/lesstif12/Makefile10
3 files changed, 12 insertions, 9 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
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