diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-03-15 21:17:22 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-03-15 21:17:22 +0800 |
commit | a1f89ab46b9399c00a08aed408dd6a5e90861092 (patch) | |
tree | 752bb7fad930a8b193867fff7f4c9c4a7222d405 /x11-toolkits | |
parent | b9eba06da6a4e7cedd8b230d14f1441885b8e4ee (diff) | |
download | marcuscom-ports-a1f89ab46b9399c00a08aed408dd6a5e90861092.tar.gz marcuscom-ports-a1f89ab46b9399c00a08aed408dd6a5e90861092.tar.zst marcuscom-ports-a1f89ab46b9399c00a08aed408dd6a5e90861092.zip |
sync with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19132 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pango/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/pango/pkg-plist | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 17a4a8ade..20cd6048a 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Open-source framework for the layout and rendering of i18n text -USE_XZ= yes +USES= tar:xz .if !defined(REFERENCE_PORT) @@ -24,7 +24,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings -USES= gettext gmake libtool pathfix pkgconfig +USES+= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= cairo glib20 introspection:build referencehack diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist index f2eeac92a..a56c61c59 100644 --- a/x11-toolkits/pango/pkg-plist +++ b/x11-toolkits/pango/pkg-plist @@ -1,4 +1,3 @@ -@unexec /bin/rm %D/etc/pango/pango.modules bin/pango-querymodules bin/pango-view include/pango-1.0/pango/pango-attributes.h @@ -137,10 +136,10 @@ share/gtk-doc/html/pango/up.png @dirrm share/gtk-doc/html/pango @dirrmtry share/gtk-doc/html @dirrmtry share/gtk-doc +@unexec /bin/rm %D/lib/pango/%%VERSION%%/modules.cache @dirrm lib/pango/%%VERSION%%/modules @dirrm lib/pango/%%VERSION%% @dirrm lib/pango @dirrm include/pango-1.0/pango @dirrm include/pango-1.0 -@dirrm etc/pango -@exec %%LOCALBASE%%/bin/pango-querymodules > %D/etc/pango/pango.modules +@exec %%LOCALBASE%%/bin/pango-querymodules --update-cache |