summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-25 16:35:47 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-25 16:35:47 +0000
commit9acaf9ea66fbaee1dd794b55a7340454a4d9b427 (patch)
tree30dd27b08d0141eaef3fe121a531ded2f386c851 /eclass/bsdmk.eclass
parentAdd virtual/pmake for BSD-like make commands. (diff)
downloadgentoo-2-9acaf9ea66fbaee1dd794b55a7340454a4d9b427.tar.gz
gentoo-2-9acaf9ea66fbaee1dd794b55a7340454a4d9b427.tar.bz2
gentoo-2-9acaf9ea66fbaee1dd794b55a7340454a4d9b427.zip
Use virtual/pmake instead of specifying all the possible packages.
Diffstat (limited to 'eclass/bsdmk.eclass')
-rw-r--r--eclass/bsdmk.eclass8
1 files changed, 2 insertions, 6 deletions
diff --git a/eclass/bsdmk.eclass b/eclass/bsdmk.eclass
index 0a57a5b9ad91..26e11ac80e5b 100644
--- a/eclass/bsdmk.eclass
+++ b/eclass/bsdmk.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.4 2006/04/22 21:14:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.5 2006/04/25 16:35:47 flameeyes Exp $
#
# Otavio R. Piske "AngusYoung" <angusyoung@gentoo.org>
# Diego Pettenò <flameeyes@gentoo.org>
@@ -12,11 +12,7 @@ EXPORT_FUNCTIONS src_compile src_install
RDEPEND=""
# this should actually be BDEPEND, but this works.
-DEPEND="|| (
- sys-devel/pmake
- sys-freebsd/freebsd-ubin
- sys-openbsd/openbsd-ubin
- )"
+DEPEND="virtual/pmake"
ESED="/usr/bin/sed"