summaryrefslogtreecommitdiff
path: root/mail/faces
diff options
context:
space:
mode:
authoragc <agc>1999-01-26 22:03:18 +0000
committeragc <agc>1999-01-26 22:03:18 +0000
commit40d243c00c014bd2f278b5364a4f246260b3776b (patch)
treeb7456591245cea8cd00b7864906f23deafc0adc6 /mail/faces
parentb1e2b07fd3fa258bfa19559bba7710fd1b279864 (diff)
downloadpkgsrc-40d243c00c014bd2f278b5364a4f246260b3776b.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/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; \