diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-20 16:19:25 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-20 16:19:25 +0000 |
commit | e6abef82453ac38b0379b7b6933e110c0838ba2f (patch) | |
tree | a9e8d6709a9923cd96792d47c21548ed3d8d3aa1 /x11-toolkits/linux-f8-pango/Makefile | |
parent | af3f41a6324a8dea8d8d15feafea26cb7aeaf3b3 (diff) |
Update to 1.6.0.
Tested with: acroread7
Notes
Notes:
svn path=/head/; revision=148860
Diffstat (limited to 'x11-toolkits/linux-f8-pango/Makefile')
-rw-r--r-- | x11-toolkits/linux-f8-pango/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-toolkits/linux-f8-pango/Makefile b/x11-toolkits/linux-f8-pango/Makefile index 4bee89d4e45a..59f0e039dc3a 100644 --- a/x11-toolkits/linux-f8-pango/Makefile +++ b/x11-toolkits/linux-f8-pango/Makefile @@ -6,12 +6,14 @@ # PORTNAME= pango -PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTVERSION= 1.6.0 +PORTREVISION= 0 CATEGORIES= x11-toolkits linux MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Linux pango binary +MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} +MASTER_SITE_SUBDIR= 3/i386/os/Fedora/RPMS # these libraries are required by pango-querymodules BUILD_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs \ @@ -22,13 +24,13 @@ BUILD_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFre RUN_DEPENDS= ${BUILD_DEPENDS} USE_XLIB= yes -BASEVERSION= 9 ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist -RPM_SET= pango-1.2.1-3.i386.rpm +RPM_SET= pango-${PORTVERSION}-7.i386.rpm +PLIST_SUB+= LIBVERSION="600.0" PORTVERSION="${PORTVERSION}" post-install: - @${BRANDELF} -t Linux ${PREFIX}/usr/bin/pango-querymodules - @${PREFIX}/usr/bin/pango-querymodules > ${PREFIX}/etc/pango/pango.modules + @${BRANDELF} -t Linux ${PREFIX}/usr/bin/pango-querymodules-32 + @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i386-redhat-linux-gnu/pango.modules .include "../linux-gtk/Makefile" |