diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-05-02 17:00:01 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-05-02 17:00:01 +0000 |
commit | 4f538bdf0860e151594eb875a0c9e73b63fd216b (patch) | |
tree | eab3425b29e8def8b1d9e74d9887660c26ed3d44 /graphics/gtk-update-icon-cache | |
parent | d2367cceded678af4953c7a0cb6b5bcd15248a8c (diff) | |
download | ports-4f538bdf0860e151594eb875a0c9e73b63fd216b.tar.gz ports-4f538bdf0860e151594eb875a0c9e73b63fd216b.zip |
Notes
Diffstat (limited to 'graphics/gtk-update-icon-cache')
-rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index abe8d458db0b..ca9eed7932e6 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -19,13 +19,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme -USE_XZ= yes -USES= gettext gmake pathfix perl5 pkgconfig +USES= gettext gmake libtool:keepla pathfix perl5 pkgconfig tar:xz USE_PERL5= build MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= atk pango gdkpixbuf2 introspection:build ltverhack +USE_GNOME= atk pango gdkpixbuf2 introspection:build USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite PATCHDIR= ${.CURDIR}/../../x11-toolkits/gtk20/files |