diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 16:48:01 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 16:48:01 +0000 |
commit | 30506c09eef1810be43ef952700083b8a94e470f (patch) | |
tree | 625b8466d1e395baaef48eebba7e74e7b08e42de | |
parent | 0415993f1fec2197af2479c8d14c3ba424304d3a (diff) | |
download | FreeBSD-ports-30506c09eef1810be43ef952700083b8a94e470f.zip FreeBSD-ports-30506c09eef1810be43ef952700083b8a94e470f.tar.gz |
Do not overwrite USES
-rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index 7b1e513..64da9e8 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -21,13 +21,12 @@ 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= gmake perl5 pkgconfig +USES= gettext gmake perl5 pkgconfig USE_PERL5= build MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack -USES= gettext USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite PATCHDIR= ${.CURDIR}/../../x11-toolkits/gtk20/files |