diff options
author | agc <agc> | 1999-01-26 22:03:18 +0000 |
---|---|---|
committer | agc <agc> | 1999-01-26 22:03:18 +0000 |
commit | 14319ab253181c844fbd47096aea5b5c0c929ac0 (patch) | |
tree | b7456591245cea8cd00b7864906f23deafc0adc6 /mail/faces | |
parent | 1cd7543e8afcd017fee9ab1ca7ad78d448b91170 (diff) | |
download | pkgsrc-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 'mail/faces')
-rw-r--r-- | mail/faces/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 96f4e26ebdd..2d26222356d 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/07/15 12:17:01 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/01/26 22:03:20 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp # @@ -12,6 +12,8 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE WRKSRC= ${WRKDIR}/faces +BUILD_USES_X11= yes + post-configure: @for f in ${WRKSRC}/Makefile ${WRKSRC}/faces.h ${WRKSRC}/x11.c; do \ ${MV} $$f $$f.in; \ |