summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/blogc/blogc-9999.ebuild4
-rw-r--r--app-text/blogc/metadata.xml1
2 files changed, 4 insertions, 1 deletions
diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild
index 39b3f47aeeb6..4633ada173f5 100644
--- a/app-text/blogc/blogc-9999.ebuild
+++ b/app-text/blogc/blogc-9999.ebuild
@@ -24,7 +24,7 @@ fi
LICENSE="BSD"
SLOT="0"
-IUSE="git httpd test"
+IUSE="git httpd make test"
RDEPEND="
git? (
@@ -54,7 +54,9 @@ src_configure() {
econf \
$(use_enable test tests) \
$(use_enable git git-receiver) \
+ $(use_enable make make) \
$(use_enable httpd runserver) \
+ --disable-make-embedded \
--disable-valgrind \
${myconf}
}
diff --git a/app-text/blogc/metadata.xml b/app-text/blogc/metadata.xml
index e5a1537294f7..6a921452e508 100644
--- a/app-text/blogc/metadata.xml
+++ b/app-text/blogc/metadata.xml
@@ -18,6 +18,7 @@
</upstream>
<use>
<flag name="git">Build blogc-git-receiver tool</flag>
+ <flag name="make">Build blogc-make tool</flag>
<flag name="httpd">Build blogc-runserver tool</flag>
</use>
</pkgmetadata>