[Midnightbsd-cvs] mports: Makefile: USE_XORG

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 1 12:13:04 EDT 2008


Log Message:
-----------
USE_XORG

Modified Files:
--------------
    mports/x11-wm/fluxbox:
        Makefile (r1.9 -> r1.10)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-wm/fluxbox/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -L x11-wm/fluxbox/Makefile -L x11-wm/fluxbox/Makefile -u -r1.9 -r1.10
--- x11-wm/fluxbox/Makefile
+++ x11-wm/fluxbox/Makefile
@@ -18,9 +18,10 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A small and fast window manager based on BlackBox
 LICENSE=        x11
-LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/libXft
 
-USE_XLIB=	yes
+RUN_DEPENDS=	xmessage:${PORTSDIR}/x11/xmessage
+
+USE_XORG=	xextproto xft xpm xrandr
 USE_GMAKE=	yes
 USE_GNOME=	gnometarget
 WANT_GNOME=	yes
@@ -70,6 +71,7 @@
 .endif
 
 .if defined(WITH_XINERAMA) || defined(PACKAGE_BUILDING)
+USE_XORG+=		xinerama
 CONFIGURE_ARGS+=	--enable-xinerama
 .endif
 
@@ -105,6 +107,7 @@
 .endif
 
 .if !defined(WITHOUT_XRENDER)
+USE_XORG+=		xrender
 CONFIGURE_ARGS+=	--enable-xrender
 .else
 CONFIGURE_ARGS+=	--disable-xrender


More information about the Midnightbsd-cvs mailing list