diff options
-rw-r--r-- | sysutils/xbatt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 4ae2e00728f5..dca284091686 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -3,17 +3,17 @@ PORTNAME= xbatt PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= Laptop battery status display for X11 -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 USES= imake:noman -USE_XORG= xpm xaw +USE_XORG= ice sm x11 xaw xext xmu xpm xt PLIST_FILES= "@(,operator,2755) bin/xbatt" .include <bsd.port.mk> |