diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-25 22:23:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-25 22:23:08 +0000 |
commit | f23770f5a20c12b8d012e1cbf42fbabf808ed39a (patch) | |
tree | ef2fa1b15bf7e22c7b1697c8cdc95b34f30c7632 /app-text | |
parent | mark stable on amd64 (diff) | |
download | gentoo-2-f23770f5a20c12b8d012e1cbf42fbabf808ed39a.tar.gz gentoo-2-f23770f5a20c12b8d012e1cbf42fbabf808ed39a.tar.bz2 gentoo-2-f23770f5a20c12b8d012e1cbf42fbabf808ed39a.zip |
hppa support
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xpdf/xpdf-2.03.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app-text/xpdf/xpdf-2.03.ebuild b/app-text/xpdf/xpdf-2.03.ebuild index cfc704d94be2..2c8741a1d395 100644 --- a/app-text/xpdf/xpdf-2.03.ebuild +++ b/app-text/xpdf/xpdf-2.03.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.03.ebuild,v 1.1 2003/10/15 21:29:29 seemant Exp $ - -IUSE="motif" +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.03.ebuild,v 1.2 2003/11/25 22:23:08 vapier Exp $ MY_PV=${PV/.1/pl1} @@ -11,12 +9,13 @@ DESCRIPTION="An X Viewer for PDF Files" HOMEPAGE="http://www.foolabs.com/xpdf/xpdf.html" SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${PN}-${MY_PV}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~amd64 ~ia64" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips hppa ~arm ~amd64 ~ia64" +IUSE="motif" DEPEND="motif? ( virtual/x11 - virtual/motif ) + virtual/motif ) >=media-libs/freetype-2.0.5 >=media-libs/t1lib-1.3 app-text/ghostscript" @@ -30,7 +29,6 @@ src_compile() { make ${MAKEOPTS} || die } - src_install() { make DESTDIR=${D} install || die prepallman |