diff options
-rw-r--r-- | x11/xview-clients/Makefile | 3 | ||||
-rw-r--r-- | x11/xview-lib/Makefile | 3 | ||||
-rw-r--r-- | x11/xview/Makefile | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile index 3e887b01db0..f86b7246207 100644 --- a/x11/xview-clients/Makefile +++ b/x11/xview-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/10/23 18:10:14 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2000/12/29 15:07:21 dmcmahill Exp $ # $FreeBSD Id: Makefile,v 1.11 1996/11/16 10:49:52 asami Exp # @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= jlam@netbsd.org DEPENDS+= xview-lib>=3.2.1:../../x11/xview-lib +NOT_FOR_PLATFORM= *-*-alpha # broken va_arg handling in xview-lib NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL diff --git a/x11/xview-lib/Makefile b/x11/xview-lib/Makefile index 7ce6ef00b44..9e6ef2eb58d 100644 --- a/x11/xview-lib/Makefile +++ b/x11/xview-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/10/23 18:06:19 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2000/12/29 15:07:21 dmcmahill Exp $ # $FreeBSD Id: Makefile,v 1.13 1997/07/17 15:13:03 max Exp # @@ -12,6 +12,7 @@ MAINTAINER= jlam@netbsd.org DEPENDS= xview-config>=3.2.1nb2:../../x11/xview-config NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL +NOT_FOR_PLATFORM= *-*-alpha # broken va_arg handling. USE_IMAKE= # defined diff --git a/x11/xview/Makefile b/x11/xview/Makefile index 31a290d9b99..9276b4293a4 100644 --- a/x11/xview/Makefile +++ b/x11/xview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/09/14 14:07:50 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/12/29 15:07:21 dmcmahill Exp $ # DISTNAME= xview3.2p1-X11R6 @@ -13,6 +13,8 @@ DEPENDS+= xview-config>=3.2.1:../xview-config DEPENDS+= xview-lib>=3.2.1:../xview-lib DEPENDS+= xview-clients>=3.2.1:../xview-clients +NOT_FOR_PLATFORM= *-*-alpha # broken va_arg handling in xview-lib + USE_X11= # defined EXTRACT_ONLY= # empty |