summaryrefslogtreecommitdiff
path: root/x11/tk80
diff options
context:
space:
mode:
authoragc <agc>1999-01-26 22:03:18 +0000
committeragc <agc>1999-01-26 22:03:18 +0000
commit14319ab253181c844fbd47096aea5b5c0c929ac0 (patch)
treeb7456591245cea8cd00b7864906f23deafc0adc6 /x11/tk80
parent1cd7543e8afcd017fee9ab1ca7ad78d448b91170 (diff)
downloadpkgsrc-14319ab253181c844fbd47096aea5b5c0c929ac0.tar.gz
Introduce a BUILD_USES_X11 definition, defined in package Makefiles,
and used to denote that a package uses X11 headers and libraries to build, but does not install itself into X11BASE (xpkgwedge notwithstanding). This is used to ignore packages which would otherwise cause build problems on machines with no X11 installation.
Diffstat (limited to 'x11/tk80')
-rw-r--r--x11/tk80/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile
index 68508fe534c..3b01c743d5c 100644
--- a/x11/tk80/Makefile
+++ b/x11/tk80/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 1999/01/26 21:36:06 agc Exp $
+# $NetBSD: Makefile,v 1.22 1999/01/26 22:03:20 agc Exp $
# FreeBSD Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp
#
@@ -15,6 +15,8 @@ DEPENDS+= tcl-8.0p2:../../lang/tcl80
WRKSRC= ${WRKDIR}/tk8.0/unix
GNU_CONFIGURE= yes
+BUILD_USES_X11= yes
+
# let libtool look after shared libraries
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-shared