aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/linux-gtk2
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-08 18:11:15 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-08 18:11:15 +0000
commitfe6254122ae9a573d1728dee0bbcb51957b3e75f (patch)
tree1099446e4a1e95441fb72608d08d0ec83fc5da59 /x11-toolkits/linux-gtk2
parent6cdd03afd266685e246434359d2e49085dfeebdd (diff)
downloadports-fe6254122ae9a573d1728dee0bbcb51957b3e75f.tar.gz
ports-fe6254122ae9a573d1728dee0bbcb51957b3e75f.zip
Reverse last two commits. Remove BUILD_DEPENDS line which was
clobbering the one from the master port.
Notes
Notes: svn path=/head/; revision=100407
Diffstat (limited to 'x11-toolkits/linux-gtk2')
-rw-r--r--x11-toolkits/linux-gtk2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-toolkits/linux-gtk2/Makefile b/x11-toolkits/linux-gtk2/Makefile
index c9d073995319..856ec0ed2cf2 100644
--- a/x11-toolkits/linux-gtk2/Makefile
+++ b/x11-toolkits/linux-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}