diff options
author | sanpei <sanpei@FreeBSD.org> | 2015-02-02 10:52:03 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2015-02-02 10:52:03 +0800 |
commit | 07705e4928ba4707c4279b1bcdc2d4a619e1f915 (patch) | |
tree | d750d11a0cd1ce482803baa8332a47740c6fb882 | |
parent | aa04df83afacb21fa6fe1860d65349585bbafb40 (diff) | |
download | freebsd-ports-graphics-07705e4928ba4707c4279b1bcdc2d4a619e1f915.tar.gz freebsd-ports-graphics-07705e4928ba4707c4279b1bcdc2d4a619e1f915.tar.zst freebsd-ports-graphics-07705e4928ba4707c4279b1bcdc2d4a619e1f915.zip |
I tested xbatt on amd64 and add support amd64(no changees)
-rw-r--r-- | sysutils/xbatt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 5a2c504a969..76e2e5ecced 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/ MAINTAINER= ports@FreeBSD.org COMMENT= Laptop battery status display for X11 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USES= imake:noman USE_XORG= xpm xaw |