summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-09 03:37:00 +0000
committerjlam <jlam>2001-09-09 03:37:00 +0000
commitd9ac3b894e82a99d71b58d03fad308f718f90217 (patch)
tree427da705764703a94f712bb0e321236c7353bd17 /x11/lesstif
parentc4a0ff39222fbd3481d97af0bc5ba9ce5704c4aa (diff)
downloadpkgsrc-d9ac3b894e82a99d71b58d03fad308f718f90217.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/Makefile8
-rw-r--r--x11/lesstif/Makefile.common3
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