diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-01 00:57:18 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-01 00:57:18 +0800 |
commit | 8a34a65f625d48c2e3e00e302ef205dfffe649b8 (patch) | |
tree | bd2a1f4783d4e555994e3705c510c87e709b8013 /accessibility/linux-f10-atk | |
parent | 25f6b29bd7efe5c376a8e4f5f4e14039dbbdcdcd (diff) | |
download | freebsd-ports-gnome-8a34a65f625d48c2e3e00e302ef205dfffe649b8.tar.gz freebsd-ports-gnome-8a34a65f625d48c2e3e00e302ef205dfffe649b8.tar.zst freebsd-ports-gnome-8a34a65f625d48c2e3e00e302ef205dfffe649b8.zip |
patch from
<URL:http://people.freebsd.org/~trevor/ports/freeze-5.2/linux-misc-depends.diff>
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
Diffstat (limited to 'accessibility/linux-f10-atk')
-rw-r--r-- | accessibility/linux-f10-atk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/linux-f10-atk/Makefile b/accessibility/linux-f10-atk/Makefile index 0a984c9793b0..c20db579cd86 100644 --- a/accessibility/linux-f10-atk/Makefile +++ b/accessibility/linux-f10-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} |