From 14640e433348dac4ed6781dacf90857b738af5af Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 21 Mar 2008 19:03:29 +0000 Subject: - Remove USE_XLIB/USE_X_PREFIX in favor of USE_XORG - Bump PORTREVISION Approved by: flz (maintainer via irc) --- x11/wmctrl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/wmctrl/Makefile b/x11/wmctrl/Makefile index fb5c79a78954..83afdd516014 100644 --- a/x11/wmctrl/Makefile +++ b/x11/wmctrl/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmctrl PORTVERSION= 1.07 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://sweb.cz/tripie/utils/wmctrl/dist/ @@ -15,7 +15,7 @@ MAINTAINER= flz@FreeBSD.org COMMENT= Command line tool to interact with an EWMH/NetWM compatible X managers GNU_CONFIGURE= yes -USE_X_PREFIX= yes +USE_XORG= x11 xmu xext xt USE_GNOME= glib20 PLIST_FILES= bin/wmctrl -- cgit