aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/linux-f10-pango
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-11 16:47:19 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-11 16:47:19 +0000
commitc6d9969896c9487f0f79124adc4cbf1829e53700 (patch)
tree98f6a1a0231bafd97708afa74780903e32974633 /x11-toolkits/linux-f10-pango
parenta139bc37e01b71297df00b47a7ed2706a4bbd183 (diff)
downloadports-c6d9969896c9487f0f79124adc4cbf1829e53700.tar.gz
ports-c6d9969896c9487f0f79124adc4cbf1829e53700.zip
Notes
Diffstat (limited to 'x11-toolkits/linux-f10-pango')
-rw-r--r--x11-toolkits/linux-f10-pango/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile
index 80f22ee2efc5..7abc342b4201 100644
--- a/x11-toolkits/linux-f10-pango/Makefile
+++ b/x11-toolkits/linux-f10-pango/Makefile
@@ -13,7 +13,7 @@ CATEGORIES= x11-toolkits linux
MAINTAINER= trevor@FreeBSD.org
COMMENT= Linux/i386 pango binary
-BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio \
+BUILD_DEPENDS+= \
${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat
BASEVERSION= 9
@@ -27,7 +27,7 @@ pre-install:
${ECHO_CMD} etc/pango/pango.modules > ${PLIST}
${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} pango | \
${SED} -e 's:^:@dirrm :' >> ${PLIST}