diff options
author | 2000-10-14 11:39:54 +0000 | |
---|---|---|
committer | 2000-10-14 11:39:54 +0000 | |
commit | 8d3c798ca9cf941fb333818839c90f4355d6fd14 (patch) | |
tree | 38e0a7e2d25fc44ee9ea1ffae0630141c95f3029 /dev-libs/libole2 | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.tar.gz gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.tar.bz2 gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.zip |
*** empty log message ***
Diffstat (limited to 'dev-libs/libole2')
-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 } |