diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-07 18:47:07 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-07 18:47:07 +0000 |
commit | 7835b68bffac7d6cf4ac8f8bbc76fe813343db9a (patch) | |
tree | 2f617bb7fe3a410724fe9830b88bd881b0db19a2 | |
parent | b04317d371e532d7e73cbcc53573b763c6863189 (diff) | |
download | pkgsrc-7835b68bffac7d6cf4ac8f8bbc76fe813343db9a.tar.gz |
Mark XFree86 packages ONLY_FOR_PLATFORM= FreeBSD-*-i386 Linux-*-i386.
They were not built for NetBSD, so if you want to install XFree86, use
the original method (xsrc or build.sh).
-rw-r--r-- | meta-pkgs/XFree86/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common index 9622e2656d6..8ea4c3cccf4 100644 --- a/meta-pkgs/XFree86/Makefile.common +++ b/meta-pkgs/XFree86/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/02/02 14:08:28 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/02/07 18:47:07 xtraeme Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -28,6 +28,8 @@ USE_X11BASE= YES USE_X11_LINKS= NO X11ROOT= ${X11PREFIX}/X11R6 +ONLY_FOR_PLATFORM= FreeBSD-*-i386 Linux-*-i386 + MASTER_SITE_XFREE+= \ ftp://archive.progeny.com/XFree86/${XF_VER}/source/ \ http://ftp.mirrorcentral.com/pub/XFree86/${XF_VER}/source/ \ |