diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 23:05:58 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 23:05:58 +0000 |
commit | eb209cb7c1bddb0699b69aeb58afa4f32254b623 (patch) | |
tree | 69040aa4172f42fb46f2da46cc9953981b1985dc /sysutils | |
parent | 1eb3fcc35f9b5b2a115e051a364afe28076c133c (diff) | |
download | pkgsrc-eb209cb7c1bddb0699b69aeb58afa4f32254b623.tar.gz |
Convert to buildlink3 and remove superfluous USE_X11BASE.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xbattbar/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index f7d7aa8e74e..b425e82dd3b 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/20 12:26:16 agc Exp $ +# $NetBSD: Makefile,v 1.22 2004/04/18 23:05:58 snj Exp $ DISTNAME= xbattbar_1.4.2 PKGNAME= ${DISTNAME:S/_/-/} @@ -11,9 +11,8 @@ HOMEPAGE= http://iplab.aist-nara.ac.jp/member/suguru/xbattbar.html COMMENT= X11 battery graph for laptops WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes -USE_X11BASE= # defined USE_IMAKE= # defined .if !exists(/usr/include/machine/apmvar.h) |