diff options
author | xtraeme <xtraeme> | 2004-07-20 22:23:25 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-20 22:23:25 +0000 |
commit | fa2065aa472b19d02d30f55bdd238ebf71f327f2 (patch) | |
tree | cdc17512d727a2e2ab9dc278acc898fa2148169e | |
parent | fb12294b2d64c9d0e3cfcbf8a73babe8f41cfa93 (diff) | |
download | pkgsrc-fa2065aa472b19d02d30f55bdd238ebf71f327f2.tar.gz |
Add OpenBSD-*-* to ONLY_FOR_PLATFORM, mark NetBSD/FreeBSD/Linux for any
arch too (I cannot test them, but it's best to enable it for future
testers).
Note that I'm working on adding OpenBSD support for these packages.
-rw-r--r-- | meta-pkgs/XFree86/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common index e18c4aadac2..299092f23db 100644 --- a/meta-pkgs/XFree86/Makefile.common +++ b/meta-pkgs/XFree86/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2004/05/07 15:25:13 cjep Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/07/20 22:23:25 xtraeme Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -143,7 +143,7 @@ MESSAGE_SUBST+= X11ROOT=${X11ROOT} # # Any volunteer to test any platform not listed here? :) # -ONLY_FOR_PLATFORM= FreeBSD-*-i386 Linux-*-i386 NetBSD-*-i386 SunOS-*-* +ONLY_FOR_PLATFORM= FreeBSD-*-* Linux-*-* NetBSD-*-* OpenBSD-*-* SunOS-*-* MASTER_SITE_XFREE+= \ ftp://archive.progeny.com/XFree86/${XF_VER}/source/ \ |