diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-07-27 06:33:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-07-27 06:33:44 +0000 |
commit | 50ac299ff8602cbc38978ffb182adceaa6223060 (patch) | |
tree | bb677f1276e73323e3b75ec2244fdcf9a065dacb /sysutils/wmbsdbatt | |
parent | 65037f1515a18220f27447e4e17b084ffbfd915e (diff) | |
download | ports-50ac299ff8602cbc38978ffb182adceaa6223060.tar.gz ports-50ac299ff8602cbc38978ffb182adceaa6223060.zip |
Notes
Diffstat (limited to 'sysutils/wmbsdbatt')
-rw-r--r-- | sysutils/wmbsdbatt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/wmbsdbatt/Makefile b/sysutils/wmbsdbatt/Makefile index 4524e5b0f19d..188673166177 100644 --- a/sysutils/wmbsdbatt/Makefile +++ b/sysutils/wmbsdbatt/Makefile @@ -10,10 +10,10 @@ CATEGORIES= sysutils windowmaker MASTER_SITES= http://homepage.univie.ac.at/l.ertl/wmbsdbatt/files/ MAINTAINER= ports@FreeBSD.org -COMMENT= "dockapp for battery & temperature monitoring through ACPI" +COMMENT= Dockapp for battery & temperature monitoring through ACPI -USE_XLIB = yes -USE_XPM = yes +USE_XLIB= yes +USE_XPM= yes PLIST_FILES= bin/wmbsdbatt @@ -23,7 +23,7 @@ do-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= Does not compile on 4.x +IGNORE= does not compile on 4.x .endif .include <bsd.port.post.mk> |