diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-27 04:59:25 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-27 04:59:25 +0800 |
commit | 80e4806ee839fc02f2851409255e83379248bda1 (patch) | |
tree | a469f9a4ffd3f13f4b25531a82d7b2260a92f2cf /graphics | |
parent | 35ab2d312e8c769b766d17c0904166f386bc6a61 (diff) | |
download | freebsd-ports-gnome-80e4806ee839fc02f2851409255e83379248bda1.tar.gz freebsd-ports-gnome-80e4806ee839fc02f2851409255e83379248bda1.tar.zst freebsd-ports-gnome-80e4806ee839fc02f2851409255e83379248bda1.zip |
Makefile.common: Always set USES=tar:bzip2.
Setting USES=bzip2 inside the NO_BUILD block caused problems for FreeBSD's
distfile fetcher, which apparently set that flag and was getting an invalid
distfile to fetch from the KDE mirrors.
The rest of the NO_BUILD block needs more attention, but I'll let makc@ and
jhale@ handle that since it's not my area.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/digikam-kde4/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/digikam-kde4/Makefile.common b/graphics/digikam-kde4/Makefile.common index de8a4048d2e5..d63a017c2618 100644 --- a/graphics/digikam-kde4/Makefile.common +++ b/graphics/digikam-kde4/Makefile.common @@ -110,12 +110,13 @@ vkontakte_DESC= Export images to VKontakte web service # wallpaper_DESC= Set image as background on desktop yandexfotki_DESC= Export images to Yandex web service +USES+= tar:bzip2 + .if !defined(NO_BUILD) DISTNAME= digikam-${DIGIKAM_VER} LICENSE?= GPLv2 -USE_BZIP2= yes USES+= cmake USE_KDE4+= automoc4 kdehier kdeprefix kdelibs USE_QT4+= qmake_build moc_build rcc_build uic_build |