diff options
author | flz <flz@FreeBSD.org> | 2009-01-31 20:00:28 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-01-31 20:00:28 +0800 |
commit | e8e744653d4a52373618253c71697b204a1118f0 (patch) | |
tree | e8347625ec57830e3e6449f4ed2e669ec7a8a563 /sysutils | |
parent | 54ca835f026a970d8ab456ce5e14f8b2652a122c (diff) | |
download | freebsd-ports-gnome-e8e744653d4a52373618253c71697b204a1118f0.tar.gz freebsd-ports-gnome-e8e744653d4a52373618253c71697b204a1118f0.tar.zst freebsd-ports-gnome-e8e744653d4a52373618253c71697b204a1118f0.zip |
xbatt requires libXaw.
Reported by: pointyhat via erwin
Diffstat (limited to 'sysutils')
-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 8df1825b3fa0..e144072f984b 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -17,7 +17,7 @@ COMMENT= Laptop battery status display for X11 ONLY_FOR_ARCHS= i386 USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xpm xaw NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xbatt |