From 8a34a65f625d48c2e3e00e302ef205dfffe649b8 Mon Sep 17 00:00:00 2001 From: trevor Date: Sat, 31 Jan 2004 16:57:18 +0000 Subject: patch from to fix dependencies: these ports need ports/archivers/rpm for their do-install, so they can can use the rpm2cpio that accompanies it Reviewed by: silence (two months) from portmgr and freebsd-ports-bugs --- accessibility/linux-atk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accessibility/linux-atk') diff --git a/accessibility/linux-atk/Makefile b/accessibility/linux-atk/Makefile index 0a984c9793b0..c20db579cd86 100644 --- a/accessibility/linux-atk/Makefile +++ b/accessibility/linux-atk/Makefile @@ -13,7 +13,7 @@ CATEGORIES= accessibility MAINTAINER= trevor@FreeBSD.org COMMENT= Accessibility Toolkit, Linux/i386 binary -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio +BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm BASEVERSION= 9 ONLY_FOR_ARCHS= i386 @@ -25,7 +25,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} ${ECHO_CMD} @dirrm usr/share/doc/atk-1.2.0 >> ${PLIST} -- cgit