summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-17 11:10:53 +0000
committerjmmv <jmmv>2004-04-17 11:10:53 +0000
commit4e06e79136af603a076961a09a65da2d9b444d5c (patch)
tree8b9169b3c6f53aa2ffcd40565aaec55d2bc78c72 /meta-pkgs
parent428985b09c18bc7e5fc2e6dbe7ed1b953e6562b3 (diff)
downloadpkgsrc-4e06e79136af603a076961a09a65da2d9b444d5c.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)