diff options
Diffstat (limited to 'dev-libs/libole2/libole2-0.1.6.ebuild')
-rw-r--r-- | dev-libs/libole2/libole2-0.1.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/libole2/libole2-0.1.6.ebuild b/dev-libs/libole2/libole2-0.1.6.ebuild index 5ad07d823298..018266bfd27b 100644 --- a/dev-libs/libole2/libole2-0.1.6.ebuild +++ b/dev-libs/libole2/libole2-0.1.6.ebuild @@ -3,11 +3,10 @@ # Author Achim Gottinger <achim@gentoo.org> # $Header -P=libole2-0.1.6 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="libole2" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/libole2/${A}" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" src_unpack() { @@ -16,7 +15,7 @@ src_unpack() { src_compile() { cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets + try ./configure --host=${CHOST} --prefix=/opt/gnome try make } |