diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-15 20:59:28 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-15 20:59:28 +0000 |
commit | 52d5bb295d9d628c07effc1b315936eea19fbc14 (patch) | |
tree | 8350e0093f4e31b44573d36aebf03c47f9691fd9 /x11-toolkits/linux-f10-pango | |
parent | 7ce179ce8c6d70c27617708340203a86e83cd15a (diff) | |
download | ports-52d5bb295d9d628c07effc1b315936eea19fbc14.tar.gz ports-52d5bb295d9d628c07effc1b315936eea19fbc14.zip |
- Adds the dependencies needed to run pango-querymodules;
- Cleans the post-install target and stops ignoring error.
PR: ports/68124
Submitted by: Jean-Yves Lefort
Approved by: maintainer time-out.
Notes
Notes:
svn path=/head/; revision=124154
Diffstat (limited to 'x11-toolkits/linux-f10-pango')
-rw-r--r-- | x11-toolkits/linux-f10-pango/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile index 7abc342b4201..d85e6f6c789d 100644 --- a/x11-toolkits/linux-f10-pango/Makefile +++ b/x11-toolkits/linux-f10-pango/Makefile @@ -7,14 +7,17 @@ PORTNAME= pango PORTVERSION= 1.2.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-toolkits linux MAINTAINER= trevor@FreeBSD.org COMMENT= Linux/i386 pango binary -BUILD_DEPENDS+= \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat +# these libraries are required by pango-querymodules +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXft.so.2:${PORTSDIR}/x11/linux-XFree86-libs \ + ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ + ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ + ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat BASEVERSION= 9 ONLY_FOR_ARCHS= i386 @@ -33,8 +36,6 @@ pre-install: ${SED} -e 's:^:@dirrm :' >> ${PLIST} post-install: - - chroot ${LINUXBASE} usr/bin/pango-querymodules > \ - ${WRKSRC}/pango.modules - ${INSTALL_DATA} ${WRKSRC}/pango.modules ${LINUXBASE}/etc/pango/ + ${PREFIX}/usr/bin/pango-querymodules > ${PREFIX}/etc/pango/pango.modules .include "../linux-gtk/Makefile" |