diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-09 02:11:15 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-09 02:11:15 +0800 |
commit | 22d201b6f56939c13d39629ec557438b0672a104 (patch) | |
tree | 1bd136a24e31fe500b0bafd38c9d2c00c024ff89 /x11-toolkits/linux-gtk2 | |
parent | 138c6078d276e49272e9d19df162a75436413ca1 (diff) | |
download | freebsd-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/Makefile | 6 |
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} |