From 22d201b6f56939c13d39629ec557438b0672a104 Mon Sep 17 00:00:00 2001 From: trevor Date: Sun, 8 Feb 2004 18:11:15 +0000 Subject: Reverse last two commits. Remove BUILD_DEPENDS line which was clobbering the one from the master port. --- x11-toolkits/linux-f8-gtk2/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'x11-toolkits/linux-f8-gtk2') diff --git a/x11-toolkits/linux-f8-gtk2/Makefile b/x11-toolkits/linux-f8-gtk2/Makefile index c9d073995319..856ec0ed2cf2 100644 --- a/x11-toolkits/linux-f8-gtk2/Makefile +++ b/x11-toolkits/linux-f8-gtk2/Makefile @@ -13,16 +13,12 @@ CATEGORIES= x11-toolkits linux MAINTAINER= trevor@FreeBSD.org COMMENT= GTK+ library, version 2.X, i386 Linux binary -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio - BASEVERSION= 9 ONLY_FOR_ARCHS= i386 PLIST= ${WRKDIR}/plist RESTRICTED= "binaries under GNU LGPL without accompanying source" RPM_SET= gtk2-2.2.1-4.i386.rpm -BROKEN= "Build fails" - pre-install: ${RM} -f ${PLIST} .for ii in gtk.immodules gdk-pixbuf.loaders @@ -31,7 +27,7 @@ pre-install: ${RM} -rf ${WRKSRC}/tmp ${MKDIR} ${WRKSRC}/tmp cd ${WRKSRC}/tmp; \ - rpm2cpio.pl < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ ${FIND} * -type f -o -type l >> ${PLIST}; \ ${FIND} -d * -type d | ${GREP} -E 'locale|gtk|themes' | \ ${SED} -e 's:^:@dirrm :' >> ${PLIST} -- cgit