diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /net/wmnet | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209735
Diffstat (limited to 'net/wmnet')
-rw-r--r-- | net/wmnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile index f9cfe3dd0bc6..d50813867135 100644 --- a/net/wmnet/Makefile +++ b/net/wmnet/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= novel MAINTAINER= novel@FreeBSD.org COMMENT= A network bandwidth monitor intended for the WindowMaker dock -USE_XPM= yes +USE_XORG= xpm MAN1= wmnet.1 PLIST_FILES= bin/wmnet |