aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/linux-gtk2
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-09 02:11:15 +0800
committertrevor <trevor@FreeBSD.org>2004-02-09 02:11:15 +0800
commit22d201b6f56939c13d39629ec557438b0672a104 (patch)
tree1bd136a24e31fe500b0bafd38c9d2c00c024ff89 /x11-toolkits/linux-gtk2
parent138c6078d276e49272e9d19df162a75436413ca1 (diff)
downloadfreebsd-ports-graphics-22d201b6f56939c13d39629ec557438b0672a104.tar.gz
freebsd-ports-graphics-22d201b6f56939c13d39629ec557438b0672a104.tar.zst
freebsd-ports-graphics-22d201b6f56939c13d39629ec557438b0672a104.zip
Reverse last two commits. Remove BUILD_DEPENDS line which was
clobbering the one from the master port.
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 c9d07399531..856ec0ed2cf 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}