diff options
author | edwin <edwin@FreeBSD.org> | 2006-07-27 14:33:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-07-27 14:33:44 +0800 |
commit | 0eb4d9c6dbfaac16a4ceab346b5fe24abc189807 (patch) | |
tree | 4e1a47b045a0e73a94f41e37fb9484087ea1b5d3 /sysutils/wmbsdbatt | |
parent | 6255e5ae999df92683595b465cb56d5dc49f3654 (diff) | |
download | freebsd-ports-gnome-0eb4d9c6dbfaac16a4ceab346b5fe24abc189807.tar.gz freebsd-ports-gnome-0eb4d9c6dbfaac16a4ceab346b5fe24abc189807.tar.zst freebsd-ports-gnome-0eb4d9c6dbfaac16a4ceab346b5fe24abc189807.zip |
fix portlint issues
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> |