diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-10-17 01:43:41 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-10-17 01:43:41 +0800 |
commit | 0c2d2ebf5e06f8171945304d05dabea53440f033 (patch) | |
tree | ca18ca7c51281c26af4b8cb81e01c93642957403 /sysutils/xbattbar | |
parent | fd8113b956702953a23eedde834cf8ba8163925f (diff) | |
download | freebsd-ports-gnome-0c2d2ebf5e06f8171945304d05dabea53440f033.tar.gz freebsd-ports-gnome-0c2d2ebf5e06f8171945304d05dabea53440f033.tar.zst freebsd-ports-gnome-0c2d2ebf5e06f8171945304d05dabea53440f033.zip |
Use ONLY_FOR_ARCHS as an inclusive list instead of NOT_FOR_ARCHS.
Suggested by: kris
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 |