diff options
Diffstat (limited to 'media-gfx/gimp/gimp-1.2.3-r2.ebuild')
-rw-r--r-- | media-gfx/gimp/gimp-1.2.3-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-1.2.3-r2.ebuild b/media-gfx/gimp/gimp-1.2.3-r2.ebuild index 4d58cb019165..cfcda02b4d61 100644 --- a/media-gfx/gimp/gimp-1.2.3-r2.ebuild +++ b/media-gfx/gimp/gimp-1.2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.3-r2.ebuild,v 1.6 2002/07/16 11:36:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.3-r2.ebuild,v 1.7 2002/09/13 17:48:49 spider Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GIMP" @@ -73,6 +73,7 @@ src_compile() { if [ -z "`use perl`" ] ; then myconf="${myconf} --disable-perl" else + export PERL_MM_OPT=' PREFIX=${D}/usr' myconf="${myconf} --enable-perl" fi |