diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
commit | cda30a295fd474159658e5a43f99f4441d06682f (patch) | |
tree | 2007491b9bfa70afd7bf89bf4d2324df2200b1b2 /net/wmping | |
parent | 483c9c20a1b87e8a7e307cb57e7e556dc8be9a5d (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=209811
Diffstat (limited to 'net/wmping')
-rw-r--r-- | net/wmping/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wmping/Makefile b/net/wmping/Makefile index 978a0c2ce84d..315bb3e76a3d 100644 --- a/net/wmping/Makefile +++ b/net/wmping/Makefile @@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= serg@cad.kiev.ua COMMENT= Windowmaker dock app to display network hosts status -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_GMAKE= yes GNU_CONFIGURE= yes |