From f3320d0aaca4a92822a88e5cbd2ac3a8ee21513c Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Tue, 21 May 2002 15:03:32 +0000 Subject: Don't build klaptopdaemon on alpha. Due to APM dependancies, its preventing the port from building on alpha. Since I can't see what use its features would be on a platform which doesn't support power mgmnt, it seems simplest to just yank it. Approved by: will --- misc/kdeutils3/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'misc/kdeutils3/Makefile') diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 3163616cd341..afe2b84b5758 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -23,4 +23,15 @@ CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes MAN1= efax.1 efix.1 fax.1 +#klaptop doesn't like alpha because alpha doesn't support apm +.if ${MACHINE_ARCH} == "alpha" +post-extract: + mv ${WRKSRC}/subdirs ${WRKSRC}/subdirs.orig + grep -v klaptopdaemon ${WRKSRC}/subdirs.orig > ${WRKSRC}/subdirs + +PLIST_SUB+= ALPHA_NA="@comment " +.else +PLIST_SUB+= ALPHA_NA="" +.endif + .include -- cgit v1.2.3