aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/pango
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2013-03-19 16:27:59 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2013-03-19 16:27:59 +0000
commit1afe62d26257ea762b9ef7a2a164d1515d4089b0 (patch)
treeef8d4ac0eade94facb8032c2bdb1d089877860d9 /x11-toolkits/pango
parentcacc75b1bddb33c2f52d2c9e1c86e4085c750fdd (diff)
downloadports-1afe62d26257ea762b9ef7a2a164d1515d4089b0.tar.gz
ports-1afe62d26257ea762b9ef7a2a164d1515d4089b0.zip
Notes
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r--x11-toolkits/pango/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index d22134d2b2e8..61e842c7d743 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -53,6 +53,12 @@ CONFIGURE_ARGS+= --with-x=no
PLIST_SUB+= X11="@comment "
.endif
+pre-configure:
+.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-gobject.pc)
+ @${ECHO_CMD} "${PKGNAME}: Needs cairo with GLIB (GObject) support enabled."
+ @${FALSE}
+.endif
+
.include <bsd.port.mk>
.endif