diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-08-30 19:36:46 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-08-30 19:36:46 +0000 |
commit | 586c5849e83b10470073d478b2cb6747c341c956 (patch) | |
tree | 21386b6adbd4b79e3e377987e213dfc693293863 /www-apps/phprojekt/phprojekt-4.2.ebuild | |
parent | Add oss and mmx USE-flags. Mark ~amd64, no longer segfaults. Trigger more gno... (diff) | |
download | gentoo-2-586c5849e83b10470073d478b2cb6747c341c956.tar.gz gentoo-2-586c5849e83b10470073d478b2cb6747c341c956.tar.bz2 gentoo-2-586c5849e83b10470073d478b2cb6747c341c956.zip |
Fixed DEPEND/RDEPEND, removed unneeded src_compile
Diffstat (limited to 'www-apps/phprojekt/phprojekt-4.2.ebuild')
-rw-r--r-- | www-apps/phprojekt/phprojekt-4.2.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www-apps/phprojekt/phprojekt-4.2.ebuild b/www-apps/phprojekt/phprojekt-4.2.ebuild index 01b0be148996..221a0c8c20d0 100644 --- a/www-apps/phprojekt/phprojekt-4.2.ebuild +++ b/www-apps/phprojekt/phprojekt-4.2.ebuild @@ -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/www-apps/phprojekt/phprojekt-4.2.ebuild,v 1.2 2004/08/25 08:10:14 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-4.2.ebuild,v 1.3 2004/08/30 19:36:46 rl03 Exp $ inherit webapp @@ -11,7 +11,6 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" -DEPEND="$DEPEND" RDEPEND="net-www/apache postgres? ( dev-db/postgresql ) mysql? ( dev-db/mysql ) @@ -22,10 +21,6 @@ pkg_setup () { einfo "Please make sure that your PHP is compiled with support for IMAP and your database of choice" } -src_compile() { - :; -} - src_install() { webapp_src_preinst |