diff options
author | Renato Botelho <garga@FreeBSD.org> | 2018-08-09 12:22:41 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2018-08-09 12:22:41 +0000 |
commit | 1cc62922229afd7c16879b1aa7fd21410569fce9 (patch) | |
tree | d2c375874bf41f78afd789326d96388e3d66da7e | |
parent | - Add missing fiche UID/GID (diff) |
sysutils/xbatt:
- Add missing dependencies
- Pass maintainership to submitter
- Bump PORTREVISION
PR: 230056
Submitted by: VinÃcius Zavam <egypcio@googlemail.com>
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes
Notes:
svn path=/head/; revision=476741
-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> |