diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
commit | 932db7c46c9a269808dfa67ea02746b350c194d8 (patch) | |
tree | 5182ef394eeef9bff78abf27f4a3a05f7fb8ff43 /sysutils/xbattbar | |
parent | b9b5e71f19dfde1a969d42e0660cc786432b3500 (diff) |
Notes
Diffstat (limited to 'sysutils/xbattbar')
-rw-r--r-- | sysutils/xbattbar/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index 93d1f2b62077..67e125cf839a 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbattbar -# Date created: Fri Feb 18 10:05:12 JST 2000 -# Whom: sumikawa -# +# Created by: sumikawa # $FreeBSD$ -# PORTNAME= xbattbar PORTVERSION= 1.4.2 @@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sumikawa@FreeBSD.org COMMENT= Simple battery meter -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION} MAN1= xbattbar.1 |