diff options
Diffstat (limited to 'www-apps/gallery/gallery-1.5.7.ebuild')
-rw-r--r-- | www-apps/gallery/gallery-1.5.7.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www-apps/gallery/gallery-1.5.7.ebuild b/www-apps/gallery/gallery-1.5.7.ebuild index 1cf99a26434f..312084a19a2c 100644 --- a/www-apps/gallery/gallery-1.5.7.ebuild +++ b/www-apps/gallery/gallery-1.5.7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.7.ebuild,v 1.1 2008/01/23 16:51:37 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.7.ebuild,v 1.2 2008/02/05 15:13:28 hollow Exp $ -inherit webapp +inherit webapp depend.apache DESCRIPTION="Web based (PHP Script) photo album viewer/creator" HOMEPAGE="http://gallery.sourceforge.net/" @@ -12,8 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="imagemagick netpbm unzip zip" -RDEPEND=">=www-servers/apache-2.0 - virtual/httpd-cgi +RDEPEND="virtual/httpd-cgi virtual/php media-libs/jpeg netpbm? ( >=media-libs/netpbm-9.12 >=media-gfx/jhead-2.2 ) @@ -21,6 +20,8 @@ RDEPEND=">=www-servers/apache-2.0 unzip? ( app-arch/unzip ) zip? ( app-arch/zip )" +need_apache2 + S=${WORKDIR}/${PN} src_install() { |