diff options
Diffstat (limited to 'devel/linux-glib2')
-rw-r--r-- | devel/linux-glib2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/linux-glib2/Makefile b/devel/linux-glib2/Makefile index 9d49e28c4f46..acde76e543f6 100644 --- a/devel/linux-glib2/Makefile +++ b/devel/linux-glib2/Makefile @@ -13,8 +13,6 @@ CATEGORIES= devel linux MAINTAINER= trevor@FreeBSD.org COMMENT= Version 2.X Linux/i386 binary port of GLib -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio - BASEVERSION= 9 ONLY_FOR_ARCHS= i386 PLIST= ${WRKDIR}/plist @@ -25,7 +23,7 @@ pre-install: ${RM} -rf ${WRKSRC}/tmp ${MKDIR} ${WRKSRC}/tmp cd ${WRKSRC}/tmp; \ - rpm2cpio.pl < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | \ + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | \ ${CPIO} -id; ${FIND} * -type f -o -type l > ${PLIST}; \ ${FIND} -d * -type d | ${GREP} glib | ${SED} -e 's:^:@dirrm :' \ >> ${PLIST} |