diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
commit | c425e0b6a4d59c9684be3eae7a4402a2dd33fe11 (patch) | |
tree | e335caa03dfa0972b42ee08e49dee9136104c8a5 /x11-themes | |
parent | c0ee1ce198fd9c6483d474389878f95fe3e076f1 (diff) | |
download | ports-c425e0b6a4d59c9684be3eae7a4402a2dd33fe11.tar.gz ports-c425e0b6a4d59c9684be3eae7a4402a2dd33fe11.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-qt4-engine/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/kde4-style-polyester/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/qtcurve-gtk2/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/qtcurve-kde4/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile index c6be92ddbac8..6d0435d8c5c2 100644 --- a/x11-themes/gtk-qt4-engine/Makefile +++ b/x11-themes/gtk-qt4-engine/Makefile @@ -10,10 +10,9 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= makc@FreeBSD.org COMMENT= GTK+ 2.x theme engine allowing to use Qt/KDE styles -USE_BZIP2= yes USE_GNOME= gtk20 USE_QT4= corelib gui moc_build rcc_build uic_build qmake_build -USES= cmake gettext pkgconfig +USES= cmake gettext pkgconfig tar:bzip2 USE_KDE4= kdelibs kdeprefix automoc4 WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/x11-themes/kde4-style-polyester/Makefile b/x11-themes/kde4-style-polyester/Makefile index 9728b3effb0e..41206be6bfea 100644 --- a/x11-themes/kde4-style-polyester/Makefile +++ b/x11-themes/kde4-style-polyester/Makefile @@ -11,9 +11,8 @@ PKGNAMEPREFIX= kde4-style- MAINTAINER= makc@FreeBSD.org COMMENT= KDE style and window decoration -USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build -USES= cmake +USES= cmake tar:bzip2 .include <bsd.port.mk> diff --git a/x11-themes/qtcurve-gtk2/Makefile b/x11-themes/qtcurve-gtk2/Makefile index 2244ed6a0350..06b3a9ddf0ca 100644 --- a/x11-themes/qtcurve-gtk2/Makefile +++ b/x11-themes/qtcurve-gtk2/Makefile @@ -12,8 +12,7 @@ DISTNAME= QtCurve-Gtk2-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve GTK2 Theme Engine -USE_BZIP2= yes -USES= cmake pkgconfig +USES= cmake pkgconfig tar:bzip2 USE_GNOME= gtk20 .include <bsd.port.mk> diff --git a/x11-themes/qtcurve-kde4/Makefile b/x11-themes/qtcurve-kde4/Makefile index d55b27a3d354..888a729fed14 100644 --- a/x11-themes/qtcurve-kde4/Makefile +++ b/x11-themes/qtcurve-kde4/Makefile @@ -11,8 +11,7 @@ DISTNAME= QtCurve-KDE4-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve KDE4 widget style -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 USE_QT4= qmake_build uic_build moc_build rcc_build USE_KDE4= kdelibs workspace kdehier kdeprefix automoc4 diff --git a/x11-themes/qtcurve-qt4/Makefile b/x11-themes/qtcurve-qt4/Makefile index 8bd8e70f907b..f50d7fd16a08 100644 --- a/x11-themes/qtcurve-qt4/Makefile +++ b/x11-themes/qtcurve-qt4/Makefile @@ -10,8 +10,7 @@ DISTNAME= QtCurve-KDE4-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve Qt4 widget style -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 USE_QT4= dbus gui svg imageformats_run \ qmake_build uic_build moc_build rcc_build CFLAGS+= -I${LOCALBASE}/include |