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 /misc/wmx10/Makefile | |
parent | Repocopy linux_base-f7 -> linux_base-f8 is completed. (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 'misc/wmx10/Makefile')
-rw-r--r-- | misc/wmx10/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/wmx10/Makefile b/misc/wmx10/Makefile index 1471935e5273..e0f09f0a0b80 100644 --- a/misc/wmx10/Makefile +++ b/misc/wmx10/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmx10 PORTVERSION= 0.03 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc windowmaker MASTER_SITES= http://www.cs.uml.edu/~jhawkins/wmx10/ @@ -16,8 +16,7 @@ COMMENT= Remote control for X10 devices WRKSRC= ${WRKDIR}/wmx10.app/wmx10 -USE_X_PREFIX= yes -USE_XPM= yes +USE_XPM= xpm x11 ice USE_GMAKE= yes PLIST_FILES= bin/wmx10 |