diff options
-rw-r--r-- | x11-wm/openbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 454b4279e03..507f9389c4a 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -3,6 +3,7 @@ PORTNAME= openbox PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/openbox/ @@ -14,7 +15,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig USE_GNOME= glib20 libxml2 -USE_XORG= xext xft +USE_XORG= xcursor xext xft xinerama xrandr xau USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include |