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
commit686c1af708851a62814ae8f35408524876a3e8ef (patch)
treedce732884325504d7e2312bce8ac45e8d784804e /eclass/bsdmk.eclass
parentAdd virtual/pmake for BSD-like make commands. (diff)
downloadhistorical-686c1af708851a62814ae8f35408524876a3e8ef.tar.gz
historical-686c1af708851a62814ae8f35408524876a3e8ef.tar.bz2
historical-686c1af708851a62814ae8f35408524876a3e8ef.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"