diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
commit | fff296bfe7e1afaa552a3b360b7a478288ef7be9 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /x11-themes | |
parent | b55428d14a6a552c7e2405f40678662b6845e3d4 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kde-gtk-config/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/mate-backgrounds/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/mate-icon-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/mate-themes/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/x11-themes/kde-gtk-config/Makefile b/x11-themes/kde-gtk-config/Makefile index 700b10d444ac..35f515e6dddc 100644 --- a/x11-themes/kde-gtk-config/Makefile +++ b/x11-themes/kde-gtk-config/Makefile @@ -10,11 +10,10 @@ MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src MAINTAINER= kde@FreeBSD.org COMMENT= GTK2 and GTK3 Configurator for KDE -USES= cmake:outsource pkgconfig +USES= cmake:outsource pkgconfig tar:xz USE_GNOME= gtk20 gtk30 USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build -USE_XZ= yes post-patch: ${REINPLACE_CMD} -e '/^install/s,KDE4_LIBEXEC_INSTALL_DIR,LIBEXEC_INSTALL_DIR,g' \ diff --git a/x11-themes/mate-backgrounds/Makefile b/x11-themes/mate-backgrounds/Makefile index 924b4e5b5ce0..60d41dd8ef57 100644 --- a/x11-themes/mate-backgrounds/Makefile +++ b/x11-themes/mate-backgrounds/Makefile @@ -12,8 +12,7 @@ COMMENT= Collection of backgrounds for MATE PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix -USE_XZ= yes +USES= gettext gmake pathfix tar:xz USE_MATE= autogen common:build intlhack USE_GNOME= glib20 USE_AUTOTOOLS= aclocal:env autoconf:env automake:env diff --git a/x11-themes/mate-icon-theme/Makefile b/x11-themes/mate-icon-theme/Makefile index dee50aadf317..a46c2cd3a566 100644 --- a/x11-themes/mate-icon-theme/Makefile +++ b/x11-themes/mate-icon-theme/Makefile @@ -16,8 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicol PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= intlhack USE_AUTOTOOLS= aclocal:env autoconf:env automake:env GNU_CONFIGURE= yes diff --git a/x11-themes/mate-themes/Makefile b/x11-themes/mate-themes/Makefile index 0c22521fe6f6..543218e32cbf 100644 --- a/x11-themes/mate-themes/Makefile +++ b/x11-themes/mate-themes/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \ PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= gettext gmake pathfix pkgconfig tar:xz USE_MATE= marco USE_GNOME= gdkpixbuf2 gtk20 intlhack GNU_CONFIGURE= yes |