--- smage/trunk/core/popt/popt-1.15-r2.smage2 2010/01/08 18:51:16 136 +++ smage/trunk/core/popt/popt-1.15-r2.smage2 2010/01/08 19:17:09 137 @@ -10,12 +10,13 @@ DESCRIPTION="Popt - Library for parsing command line options." HOMEPAGE="http://rpm5.org/" -DEPEND=">= sys-dev/gettext-0.17" +DEPEND="" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" -sminclude mbuild +MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*" +sminclude mbuild mcore-split SRC_URI=( http://rpm5.org/files/${PNAME}/${SRCFILE} @@ -28,6 +29,6 @@ { cd ${SRCDIR} - mconfigure --enable-nls --with-gnu-ld || die + mconfigure --disable-nls --with-gnu-ld || die mmake || die }