diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2a9763f12a2973ba3a8c14259329bc467c86224a (patch) | |
tree | 8bfa861c7528e65025c0b38f5e2d2e1774daf187 /x11/accessx | |
parent | 2e38233d08d594d2f5ed52d281d5e2def1c7a210 (diff) | |
download | ports-2a9763f12a2973ba3a8c14259329bc467c86224a.tar.gz ports-2a9763f12a2973ba3a8c14259329bc467c86224a.zip |
- 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=209570
Diffstat (limited to 'x11/accessx')
-rw-r--r-- | x11/accessx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/accessx/Makefile b/x11/accessx/Makefile index 65be61b6afc3..e1fa1647fd84 100644 --- a/x11/accessx/Makefile +++ b/x11/accessx/Makefile @@ -7,7 +7,7 @@ PORTNAME= accessx PORTVERSION= 0.951 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 accessibility MASTER_SITES= http://cmos-eng.rehab.uiuc.edu/accessx/software/ DISTNAME= accessx${PORTVERSION:S/.//g} @@ -17,8 +17,8 @@ COMMENT= Customise accessibility features for X USE_TK= yes +USE_XORG= xext WRKSRC= ${WRKDIR}/accessx -USE_X_PREFIX= yes PLIST_FILES= bin/ax bin/accessx |