summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-10 17:57:59 +0000
committerkris <kris@FreeBSD.org>2002-10-10 17:57:59 +0000
commitb605dd80f9c5441bd9d187928762a8b6c56d6eca (patch)
tree57ae6bc94e9875a9f4988b9a4218aad847751ba7 /net
parent59b5928b1079fcedde2fbb1d89cc5f2f5c6a50c9 (diff)
downloadFreeBSD-ports-b605dd80f9c5441bd9d187928762a8b6c56d6eca.zip
FreeBSD-ports-b605dd80f9c5441bd9d187928762a8b6c56d6eca.tar.gz
Set NO_KDE_FINAL on alpha to allow this port to build.
Submitted by: will
Diffstat (limited to 'net')
-rw-r--r--net/kdenetwork3/Makefile4
-rw-r--r--net/kdenetwork4/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index 951a589..0bcf66e 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -22,6 +22,10 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ENV= ${CONFIGURE_ENV}
+.if ${MACHINE_ARCH} == "alpha"
+_NO_KDE_FINAL= yes
+.endif
+
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
UTMP?= /var/run/utmp
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile
index 951a589..0bcf66e 100644
--- a/net/kdenetwork4/Makefile
+++ b/net/kdenetwork4/Makefile
@@ -22,6 +22,10 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ENV= ${CONFIGURE_ENV}
+.if ${MACHINE_ARCH} == "alpha"
+_NO_KDE_FINAL= yes
+.endif
+
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
UTMP?= /var/run/utmp
OpenPOWER on IntegriCloud