summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-21 21:40:17 +0000
committerxtraeme <xtraeme>2004-07-21 21:40:17 +0000
commit3c5255cde77114c4964c5a451be99e9c00403b77 (patch)
treec8848a20394640de4fa3fb951cdc506981093fe2 /meta-pkgs
parent42b2434b015c81c9d93898c7a6e89352a273272a (diff)
downloadpkgsrc-3c5255cde77114c4964c5a451be99e9c00403b77.tar.gz
Add OpenBSD to ${SYSTEMS} for compiler options.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/XFree86/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common
index 299092f23db..003c24cdd15 100644
--- a/meta-pkgs/XFree86/Makefile.common
+++ b/meta-pkgs/XFree86/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2004/07/20 22:23:25 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/07/21 21:40:17 xtraeme Exp $
#
# XBUILD_DIRS is the group of directories under ${WRKSRC} that will
# be built in.
@@ -162,7 +162,7 @@ _XINCLUDE_DIRS= include ${XBUILD_DIRS} ${XINCLUDE_DIRS}
#
# Operating Systems to pass our compiler options (CC, CXX, CPP, CFLAGS).
#
-SYSTEMS= FreeBSD NetBSD linux
+SYSTEMS= FreeBSD NetBSD OpenBSD linux
.if !defined(NO_XFREE86_TARGETS)