aboutsummaryrefslogtreecommitdiff
path: root/devel/kBuild
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-04 11:16:31 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-04 11:16:31 +0000
commitef26bacc9baabe1adb249077a7469074d4967711 (patch)
treeb365b5b30c0d61c6bbb1b7e557c254db885971d1 /devel/kBuild
parentb9d3305b8c8e6bb7bd7d5e89ebe6bd68b9baec4d (diff)
downloadports-ef26bacc9baabe1adb249077a7469074d4967711.tar.gz
ports-ef26bacc9baabe1adb249077a7469074d4967711.zip
Notes
Diffstat (limited to 'devel/kBuild')
-rw-r--r--devel/kBuild/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile
index 45a8a7bb1985..88802f0c7329 100644
--- a/devel/kBuild/Makefile
+++ b/devel/kBuild/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kBuild
DISTVERSION= ${KBUILD_VERSION}
-PORTREVISION= 3
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ftp://ftp.netlabs.org/pub/kbuild/ \
http://tmp.chruetertee.ch/ \
@@ -22,7 +22,7 @@ CONFLICTS_INSTALL= kBuild-devel-[0-9]*
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
KBUILD_VERSION= 0.1.9998
-KBUILD_ARCH= ${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/}
+KBUILD_ARCH= ${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/}
KBUILD_ENV= ACLOCAL=${ACLOCAL} \
AUTOMAKE=${AUTOMAKE} \
AUTORECONF=${AUTORECONF} \
@@ -45,9 +45,6 @@ ENV=
.SHELL: path="/bin/sh" unsetenv=true
.endif
-BROKEN_ia64= does not compile on ia64
-BROKEN_powerpc= does not compile on powerpc
-
OPTIONS_DEFINE= DOCS
post-patch: