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 | |
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
-rw-r--r-- | sysutils/xbattbar/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xwipower/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/sysutils/xwipower/Makefile b/sysutils/xwipower/Makefile index 76f725c1ddad..0ed10476dfa0 100644 --- a/sysutils/xwipower/Makefile +++ b/sysutils/xwipower/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils MASTER_SITES= http://iplab.aist-nara.ac.jp/member/masafu-o/xwipower/ EXTRACT_SUFX= .tgz -NOT_FOR_ARCHS= sparc64 alpha +ONLY_FOR_ARCHS= i386 MAINTAINER= sumikawa@FreeBSD.org COMMENT= Wave power level meter for wi(4) |