summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-01-26 22:03:18 +0000
committeragc <agc@pkgsrc.org>1999-01-26 22:03:18 +0000
commit9fe0ebf4eb796f516ec8a609f86fa84ebc48d20b (patch)
treeb7456591245cea8cd00b7864906f23deafc0adc6 /mail
parentb44cf617ddce90932679e8ec54a93729feff7961 (diff)
downloadpkgsrc-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 'mail')
-rw-r--r--mail/faces/Makefile4
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; \