diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:32:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:32:28 +0000 |
commit | c86f11d07caf246f37b6ffe1bbd7a332b2f15521 (patch) | |
tree | f705e7267ec7e4a034f1c69b352a892b175915ee /sysutils/xbatt | |
parent | b5a3db0cb2b17bd7d01c8f367b061a9074f6ff17 (diff) | |
download | ports-c86f11d07caf246f37b6ffe1bbd7a332b2f15521.tar.gz ports-c86f11d07caf246f37b6ffe1bbd7a332b2f15521.zip |
Notes
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r-- | sysutils/xbatt/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 8a38a824fa73..934a9145e448 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbatt -# Date created: 2 May 1995 -# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# +# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # $FreeBSD$ -# PORTNAME= xbatt PORTVERSION= 1.2.1 @@ -16,7 +12,7 @@ COMMENT= Laptop battery status display for X11 ONLY_FOR_ARCHS= i386 -USE_IMAKE= yes +USES= imake USE_XORG= xpm xaw NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xbatt |