View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-3 / +4 lines)
 Lines 11-17    Link Here 
LICENSE="CPL-1.0"
LICENSE="CPL-1.0"
SLOT="0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="cairo tcltk X static"
IUSE="cairo tcl tk X static"
RDEPEND=">=sys-libs/zlib-1.1.3
RDEPEND=">=sys-libs/zlib-1.1.3
	>=media-libs/libpng-1.2
	>=media-libs/libpng-1.2
 Lines 43-50    Link Here 
	econf --with-mylibgd \
	econf --with-mylibgd \
		--disable-dependency-tracking \
		--disable-dependency-tracking \
		$(use_enable static) \
		$(use_enable static) \
		$(use_with tcltk tcl) \
		$(use_with tcl) \
		$(use_with tcltk tk) \
		$(use_with tcl tclsh) \
		$(use_with tk) \
		$(use_with X x) || die "Configure Failed!"
		$(use_with X x) || die "Configure Failed!"
	emake || die "Compile Failed!"
	emake || die "Compile Failed!"
}
}