diff options
author | agc <agc@pkgsrc.org> | 1999-01-26 22:03:18 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-01-26 22:03:18 +0000 |
commit | 9fe0ebf4eb796f516ec8a609f86fa84ebc48d20b (patch) | |
tree | b7456591245cea8cd00b7864906f23deafc0adc6 /x11 | |
parent | b44cf617ddce90932679e8ec54a93729feff7961 (diff) | |
download | pkgsrc-9fe0ebf4eb796f516ec8a609f86fa84ebc48d20b.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')
-rw-r--r-- | x11/tk80/Makefile | 4 |
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 |