summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-17 11:10:53 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-17 11:10:53 +0000
commitacd03874e8da9c11222bce65cc839b9d5198621e (patch)
tree8b9169b3c6f53aa2ffcd40565aaec55d2bc78c72 /meta-pkgs
parentd517196e6f8b8fc900a2a19852cebf87b7ad5f41 (diff)
downloadpkgsrc-acd03874e8da9c11222bce65cc839b9d5198621e.tar.gz
Fix broken includes. Pointed out by kristerw@.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/XFree86/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common
index 2e0d72f036b..72e4b94a1f6 100644
--- a/meta-pkgs/XFree86/Makefile.common
+++ b/meta-pkgs/XFree86/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/04/14 21:15:01 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/04/17 11:10:53 jmmv Exp $
#
# XBUILD_DIRS is the group of directories under ${WRKSRC} that will
# be built in.
@@ -98,7 +98,7 @@ MISCMAN_SUFFIX= ${MAN_SUFFIX}
.endif # NetBSD
-.if !defined(XFREE86_ONLY_DIRS)
+.if !defined(XFREE86_ONLY_DIRS) || empty(XFREE86_ONLY_DIRS:M[Yy][Ee][Ss])
PLIST_SUBST+= XTHRSTUB_MINOR=${XTHRSTUB_MINOR}
PLIST_SUBST+= LIBXTHRSTUB=${LIBXTHRSTUB}
@@ -256,6 +256,6 @@ do-install:
.endif # NO_XFREE86_TARGETS
-.endif # !defined(XFREE86_ONLY_DIRS)
+.endif # !defined(XFREE86_ONLY_DIRS) || empty(XFREE86_ONLY_DIRS:M[Yy][Ee][Ss])
.endif # !defined(XFREE86_MAKEFILE_COMMON)