From 354566fc71bcccd8c9eb06c8601e55f33def44ad Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 12 Mar 2008 20:20:34 +0000 Subject: USE_XLIB -> USE_XORG, bump the PORTREVISION. --- x11-wm/fluxbox/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11-wm/fluxbox') diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile index 46c53f0226d..8168cd32855 100644 --- a/x11-wm/fluxbox/Makefile +++ b/x11-wm/fluxbox/Makefile @@ -7,7 +7,7 @@ PORTNAME= fluxbox PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +17,9 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= mezz@FreeBSD.org COMMENT= A small and fast window manager based on BlackBox -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft +RUN_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage -USE_XLIB= yes +USE_XORG= xextproto xft xpm xrandr USE_GMAKE= yes USE_GNOME= gnometarget WANT_GNOME= yes @@ -69,6 +69,7 @@ CONFIGURE_ARGS+= --disable-kde .endif .if defined(WITH_XINERAMA) || defined(PACKAGE_BUILDING) +USE_XORG+= xinerama CONFIGURE_ARGS+= --enable-xinerama .endif @@ -104,6 +105,7 @@ CONFIGURE_ARGS+= --disable-toolbar .endif .if !defined(WITHOUT_XRENDER) +USE_XORG+= xrender CONFIGURE_ARGS+= --enable-xrender .else CONFIGURE_ARGS+= --disable-xrender -- cgit 59ef596d89ba090916c288bb38f79c2eafa2'/> FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/xjumpjump
Commit message (Expand)AuthorAgeFilesLines
* SIZEify.trevor2004-01-291-0/+1
* Per distfile survey, remove mastersite which disappeared in January 2002.linimon2003-10-311-1/+2
* Fix build on gcc-3.3.xmaho2003-08-021-0/+19
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-07