diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-10 17:57:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-10 17:57:59 +0000 |
commit | e30f668c1af3f724aa57c32b183a764e71a8329c (patch) | |
tree | 44175afad257e26d876fa697f3b7d9f32c142f79 | |
parent | Mark IGNORE: The ftp directory format changed (no 'latest' symlinks any (diff) |
Set NO_KDE_FINAL on alpha to allow this port to build.
Submitted by: will
Notes
Notes:
svn path=/head/; revision=67749
-rw-r--r-- | net/kdenetwork3/Makefile | 4 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 951a589cf17e..0bcf66e71310 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 951a589cf17e..0bcf66e71310 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 |