diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 16:21:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 16:21:38 +0000 |
commit | 839ef5dcc231d4578b27fddbf9ea3c594ccff39d (patch) | |
tree | 0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /graphics/gtk-update-icon-cache | |
parent | cbec9fc70ac0777694fbd0422c3742d9aaf5b91f (diff) | |
download | ports-839ef5dcc231d4578b27fddbf9ea3c594ccff39d.tar.gz ports-839ef5dcc231d4578b27fddbf9ea3c594ccff39d.zip |
Notes
Diffstat (limited to 'graphics/gtk-update-icon-cache')
-rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index f8520ecd1a44..7b1e513d6e8b 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -21,8 +21,8 @@ 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 -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 pkgconfig +USE_PERL5= build MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool |