aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-05-29 10:44:52 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-05-29 10:44:52 +0000
commit29fb764eb94be48d3655b8c07fbe99ed8a490f5b (patch)
tree2d7025cb709695ef3bdd3566676392b2ed22cdaa
parentc0dce6a74388b70ffb5f0ae080bdc1542d893a7a (diff)
downloadports-29fb764eb94be48d3655b8c07fbe99ed8a490f5b.tar.gz
ports-29fb764eb94be48d3655b8c07fbe99ed8a490f5b.zip
MFH: r355461
Makefile.common: Move a few other variables outside the NO_BUILD block. Just setting USES=tar:bzip2 is not enough, as ports such as graphics/kipi-plugin-facebook would still report an invalid distfile if NO_BUILD was passed. We now unconditionally set DISTNAME, DISTINFO_FILE and LICENSE besides USES. Approved by: portmgr (bapt)
Notes
Notes: svn path=/branches/2014Q2/; revision=355683
-rw-r--r--graphics/digikam-kde4/Makefile.common9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/digikam-kde4/Makefile.common b/graphics/digikam-kde4/Makefile.common
index d63a017c2618..efdce7c56310 100644
--- a/graphics/digikam-kde4/Makefile.common
+++ b/graphics/digikam-kde4/Makefile.common
@@ -110,21 +110,20 @@ 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}
+DISTINFO_FILE= ${.CURDIR}/../../graphics/digikam-kde4/distinfo
LICENSE?= GPLv2
+USES+= tar:bzip2
+
+.if !defined(NO_BUILD)
USES+= cmake
USE_KDE4+= automoc4 kdehier kdeprefix kdelibs
USE_QT4+= qmake_build moc_build rcc_build uic_build
WRKSRC?= ${WRKDIR}/${DISTNAME}/extra/${PORTNAME}
-DISTINFO_FILE= ${.CURDIR}/../../graphics/digikam-kde4/distinfo
-
. if defined(KIPI_PLUGIN)
CONFLICTS_INSTALL= kipi-plugins-2.*