diff options
author | 2001-06-05 19:43:20 +0000 | |
---|---|---|
committer | 2001-06-05 19:43:20 +0000 | |
commit | 57cfcbec70fd3ce8babfc5de34d5625964a04295 (patch) | |
tree | cd9d7a36b1389f7e6327a7101803aecbf8662d58 /app-text/ggv | |
parent | - bah. forgot digest. (diff) | |
download | gentoo-2-57cfcbec70fd3ce8babfc5de34d5625964a04295.tar.gz gentoo-2-57cfcbec70fd3ce8babfc5de34d5625964a04295.tar.bz2 gentoo-2-57cfcbec70fd3ce8babfc5de34d5625964a04295.zip |
*** empty log message ***
Diffstat (limited to 'app-text/ggv')
-rw-r--r-- | app-text/ggv/ggv-1.0.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/ggv/ggv-1.0.1.ebuild b/app-text/ggv/ggv-1.0.1.ebuild index 2dc388020bf5..ef0577012d90 100644 --- a/app-text/ggv/ggv-1.0.1.ebuild +++ b/app-text/ggv/ggv-1.0.1.ebuild @@ -9,11 +9,13 @@ DESCRIPTION="Gnome Ghostview" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} HOMEPAGE="http://www.gnome.org/" -DEPEND=">=app-text/ghostscript-6.23 - >=gnome-base/gnome-libs-1.2.4 +DEPEND=">=gnome-base/gnome-libs-1.2.4 bonobo? ( >=gnome-base/bonobo-1.0 ) nls? ( sys-devel/gettext )" +RDEPEND=">=gnome-base/gnome-libs-1.2.4 + bonobo? ( >=gnome-base/bonobo-1.0 )" + src_compile() { local myconf if [ -z "`use nls`" ] ; then |