diff options
author | kwm <kwm@FreeBSD.org> | 2013-08-06 22:29:01 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-08-06 22:29:01 +0800 |
commit | 480fb17416c183655f45b592ee7bc4f3e6590f7f (patch) | |
tree | f8621a7a5b0c0a25037fe2590d364502632bede5 /x11-toolkits | |
parent | 18aef510e3c38d6ef20c7687936060dd8d4ceb5c (diff) | |
download | freebsd-ports-gnome-480fb17416c183655f45b592ee7bc4f3e6590f7f.tar.gz freebsd-ports-gnome-480fb17416c183655f45b592ee7bc4f3e6590f7f.tar.zst freebsd-ports-gnome-480fb17416c183655f45b592ee7bc4f3e6590f7f.zip |
Add gnomehier depend for introspection dirs.
This fixes QATty warnings in i3.
Submitted by: ak@
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pango/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index f26f1847e8e6..d6dda274ec1b 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -4,7 +4,7 @@ PORTNAME= pango PORTVERSION= 1.34.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -27,7 +27,7 @@ RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ USES= gettext gmake pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GNOME= glib20 ltverhack referencehack introspection:build +USE_GNOME= glib20 gnomehier ltverhack referencehack introspection:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |