From 5a3ac9fcb306309ccb7032be12e1407c75c95f81 Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 14 Apr 2008 14:05:55 +0000 Subject: [PATCH] - fix ONLY_FOR_ARCHS list to include all archs that have apm(4) --- sysutils/wmapm/Makefile | 5 +++-- sysutils/xbatt/Makefile | 6 ++++-- x11/asapm/Makefile | 5 +++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sysutils/wmapm/Makefile b/sysutils/wmapm/Makefile index ae5b52c7b1f..88695fd60b3 100644 --- a/sysutils/wmapm/Makefile +++ b/sysutils/wmapm/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.17 2007/07/19 13:06:40 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2008/04/14 14:05:55 jasper Exp $ # we use "macppc" and not "powerpc" on purpose here ; i.e. apm(4) needed -ONLY_FOR_ARCHS= arm i386 macppc +ONLY_FOR_ARCHS= amd64 arm i386 macppc sparc COMMENT= wm-dockapp; APM/battery monitor DISTNAME= wmapm-3.1 +PKGNAME= ${DISTNAME}p0 CATEGORIES= sysutils x11 x11/windowmaker HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 1da04f9854c..7a9ee8a2965 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,10 +1,13 @@ -# $OpenBSD: Makefile,v 1.16 2007/07/19 13:06:40 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2008/04/14 14:05:55 jasper Exp $ # $FreeBSD: Makefile,v 1.4 1997/03/10 12:07:35 asami Exp $ # we use "macppc" and not "powerpc" on purpose here ; i.e. apm(4) needed +ONLY_FOR_ARCHS= amd64 arm i386 macppc sparc + COMMENT= laptop battery status display for X11 DISTNAME= xbatt-1.2.1 +PKGNAME= ${DISTNAME}p0 CATEGORIES= sysutils x11 MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/ @@ -18,7 +21,6 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c CONFIGURE_STYLE= imake noman -ONLY_FOR_ARCHS= arm i386 macppc sparc USE_X11= Yes NO_REGRESS= Yes diff --git a/x11/asapm/Makefile b/x11/asapm/Makefile index 92d674f4c0d..1b769e079fc 100644 --- a/x11/asapm/Makefile +++ b/x11/asapm/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.18 2007/07/19 13:06:40 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2008/04/14 14:05:56 jasper Exp $ # we use "macppc" and not "powerpc" on purpose here ; i.e. apm(4) needed -ONLY_FOR_ARCHS= arm i386 macppc +ONLY_FOR_ARCHS= amd64 arm i386 macppc sparc COMMENT= Advanced Power Management monitor utility for X DISTNAME= asapm-2.13 +PKGNAME= ${DISTNAME}p0 HOMEPAGE= http://www.tigr.net/afterstep/ CATEGORIES= x11