summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk20
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-11-24 04:08:55 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-11-24 04:08:55 +0000
commit8af40027a956f5793e467a881e9420bb8b9b65eb (patch)
tree01c388bfee3eb0079bb5e83bd568b4aba352eccf /x11-toolkits/gtk20
parentUpdate to 4.3.82. (diff)
graphics/gtk-update-icon-cache: restore r297047 after r313633
- Invoke pkg-config(1) instead of checking manually [1] - Convert to ECHO_MSG which can be silenced PR: 166279 Reported by: mi (via mail on gnome@ list) Approved by: gnome (kwm) Submitted by: John Hein <jh-fbml@snkmail.com> [1] Differential Revision: https://reviews.freebsd.org/D4260
Notes
Notes: svn path=/head/; revision=402343
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r--x11-toolkits/gtk20/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index e2c42bd8c16a..9e5f6d624246 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -47,8 +47,6 @@ CUPS_CONFIGURE_ON= --enable-cups=auto
CUPS_CONFIGURE_OFF= --disable-cups
DEBUG_CONFIGURE_ON= --enable-debug=yes
-.include <bsd.port.options.mk>
-
PLIST_SUB+= LIBGAILVER=18.0.1 LIBGVER=0.2400.28
post-patch:
@@ -58,10 +56,11 @@ post-patch:
${WRKSRC}/gtk/Makefile.in
pre-configure:
-.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xlib.pc)
- @${ECHO_CMD} "${PKGNAME}: Needs cairo with X11 support enabled."
- @${FALSE}
-.endif
+# .if !exists() evaluates too early before cairo has a chance to be installed
+ @if ! pkg-config --exists cairo-xlib; then \
+ ${ECHO_MSG} "${PKGNAME}: Needs cairo with X11 support enabled."; \
+ ${FALSE}; \
+ fi
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-2.0/modules