diff options
Diffstat (limited to 'sysutils/wmbsdbatt/Makefile')
-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> |