diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-10-16 17:43:41 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-10-16 17:43:41 +0000 |
commit | 27018859f31a130b3e0706813ec0868448fd74bf (patch) | |
tree | 338d2c7f676d11045ea4e1f92afbdbe9bbe936d9 /sysutils/xbattbar | |
parent | Fix some very broken coding style that barfs with GCC3.3 (diff) |
Use ONLY_FOR_ARCHS as an inclusive list instead of NOT_FOR_ARCHS.
Suggested by: kris
Notes
Notes:
svn path=/head/; revision=91441
Diffstat (limited to 'sysutils/xbattbar')
-rw-r--r-- | sysutils/xbattbar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index 56ac81e31331..3d0813471ca5 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sumikawa@FreeBSD.org COMMENT= Simple battery meter -NOT_FOR_ARCHS= sparc64 alpha +ONLY_FOR_ARCHS= i386 USE_IMAKE= yes USE_X_PREFIX= yes |