diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
commit | a246a0de817d9ea7bfd118678ddde72be2830e9a (patch) | |
tree | b20490166423cf88c8305ff88c3e3deaa4a2021c /x11-wm/ion | |
parent | 0426bcc9a76e82741f28356eba9e04d0195353a6 (diff) | |
download | freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.gz freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.zst freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11-wm/ion')
-rw-r--r-- | x11-wm/ion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/ion/Makefile b/x11-wm/ion/Makefile index e1b6e19eea67..8691c6bbbb73 100644 --- a/x11-wm/ion/Makefile +++ b/x11-wm/ion/Makefile @@ -18,7 +18,7 @@ CONFLICTS= ion-2-* MAN1= ion.1x -USE_X_PREFIX= yes +USE_XORG= x11 USE_GMAKE= yes .include <bsd.port.mk> |