diff options
author | 2006-06-05 08:28:18 +0000 | |
---|---|---|
committer | 2006-06-05 08:28:18 +0000 | |
commit | a21251e0c7ea206be8230c87ca30be2c7f4499b3 (patch) | |
tree | b8288e5c7c22574a24390b5f79d6439a4d2b87fd /profiles/default-bsd | |
parent | Removed git dependency. (diff) | |
download | historical-a21251e0c7ea206be8230c87ca30be2c7f4499b3.tar.gz historical-a21251e0c7ea206be8230c87ca30be2c7f4499b3.tar.bz2 historical-a21251e0c7ea206be8230c87ca30be2c7f4499b3.zip |
Add xorg useflag to the default USE flags.
Diffstat (limited to 'profiles/default-bsd')
-rw-r--r-- | profiles/default-bsd/fbsd/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-bsd/fbsd/make.defaults b/profiles/default-bsd/fbsd/make.defaults index 52c24f4d6911..0e51101259b5 100644 --- a/profiles/default-bsd/fbsd/make.defaults +++ b/profiles/default-bsd/fbsd/make.defaults @@ -1,6 +1,6 @@ # Copyright 2004-2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/make.defaults,v 1.2 2006/04/08 00:54:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/make.defaults,v 1.3 2006/06/05 08:28:18 flameeyes Exp $ FEATURES="-sandbox" @@ -10,5 +10,5 @@ ELIBC="FreeBSD" MAKE="gmake" -USE="gdbm ipv6 ncurses oss pam perl python readline ssl tcpd zlib cups gif jpeg ogg png truetype X xml xv" +USE="gdbm ipv6 ncurses oss pam perl python readline ssl tcpd zlib cups gif jpeg ogg png truetype X xml xv xorg" |