diff options
author | Koop Mast <koop@beyonit.nl> | 2019-09-27 05:31:31 +0800 |
---|---|---|
committer | Koop Mast <koop@beyonit.nl> | 2019-09-27 05:31:31 +0800 |
commit | f1fe598721f302aaea9da7c0bc01699382441608 (patch) | |
tree | cd0477bb4d85ea96e1295ac9c0cabf4f8247de88 /x11-toolkits/pango/Makefile | |
parent | c5d4cd5d5cbcd9f16aa5bd8e5fcfdc96e17a81f6 (diff) | |
download | freebsd-ports-gnome-f1fe598721f302aaea9da7c0bc01699382441608.tar.gz freebsd-ports-gnome-f1fe598721f302aaea9da7c0bc01699382441608.tar.zst freebsd-ports-gnome-f1fe598721f302aaea9da7c0bc01699382441608.zip |
Update pango to 1.44.5.HEADgnome-3.36
Diffstat (limited to 'x11-toolkits/pango/Makefile')
-rw-r--r-- | x11-toolkits/pango/Makefile | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 53a8b9970901..f9c16e9d69d0 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= pango -PORTVERSION= 1.42.4 -PORTREVISION= 3 +PORTVERSION= 1.44.5 CATEGORIES= x11-toolkits MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Open-source framework for the layout and rendering of i18n text @@ -27,24 +26,15 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gnome localbase meson pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= cairo glib20 introspection:build +USE_XORG= x11 xft xrender VERSION= 1.8.0 -LIBVERSION= 0.4200.3 +LIBVERSION= 0.4400.5 PLIST_SUB+= VERSION=${VERSION} LIBVERSION=${LIBVERSION} FONTSCALE= ${LOCALBASE}/share/fonts/TTF/luximb.ttf FONTENCOD= ${LOCALBASE}/share/fonts/encodings/encodings.dir -OPTIONS_SUB= yes -OPTIONS_DEFINE= X11 DOCS -OPTIONS_DEFAULT=X11 - -DOCS_MESON_TRUE= enable_docs -DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc - -X11_MESON_TRUE= xft -X11_USE= XORG=x11,xft,xrender - pre-configure: # .if !exists() evaluates too early before cairo has a chance to be installed @if ! pkg-config --exists cairo-gobject; then \ @@ -52,4 +42,8 @@ pre-configure: ${FALSE}; \ fi +post-install: + @${RM} -r ${STAGEDIR}${PREFIX}/libexec/installed-tests + @${RM} -r ${STAGEDIR}${PREFIX}/share/installed-tests + .include <bsd.port.mk> |