diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-06 05:16:30 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-06 05:16:30 +0000 |
commit | 53aac89b41bd476a90639b470472616a728026dc (patch) | |
tree | e5eb6cb213f3c10ec0a4a19c724c5e68e74f2adc /sysutils/xbatt | |
parent | 6bd8bce779861717b92a56cf880b4ae2d61a9fd3 (diff) | |
download | FreeBSD-ports-53aac89b41bd476a90639b470472616a728026dc.zip FreeBSD-ports-53aac89b41bd476a90639b470472616a728026dc.tar.gz |
Add 'ONLY_FOR_ARCHS=i386' to APM dependent ports.
Advanced Power Management is only for i386.
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r-- | sysutils/xbatt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 50fb182..bc480ed 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -3,7 +3,7 @@ # Date created: 2 May 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.6 1998/11/17 03:22:07 asami Exp $ +# $Id: Makefile,v 1.7 1998/11/21 07:27:40 steve Exp $ # DISTNAME= xbatt-1.2.1 @@ -14,6 +14,8 @@ MAINTAINER= nobu@psrc.isac.co.jp LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +ONLY_FOR_ARCHS= i386 + USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |