diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | 270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch) | |
tree | d906a1023121e31d8ba733cea9aaadba68454b16 /x11-wm/oroborus | |
parent | cf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (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=209683
Diffstat (limited to 'x11-wm/oroborus')
-rw-r--r-- | x11-wm/oroborus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/oroborus/Makefile b/x11-wm/oroborus/Makefile index f55a4f8e4618..2bb2e396b210 100644 --- a/x11-wm/oroborus/Makefile +++ b/x11-wm/oroborus/Makefile @@ -7,6 +7,7 @@ PORTNAME= oroborus PORTVERSION= 2.0.18 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/ \ http://matt.peterson.org/FreeBSD/ports/ @@ -17,8 +18,7 @@ COMMENT= A small and simple GNOME-compatible window manager WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_XPM= yes -USE_X_PREFIX= yes +USE_XORG= xpm USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes |