diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 03:03:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 03:03:29 +0800 |
commit | 14640e433348dac4ed6781dacf90857b738af5af (patch) | |
tree | 4120b63f348f2855fd72d54bd8f0f939507e4652 /x11 | |
parent | 79d9caee633dc588d8541b5ce5463a46bd6b82d9 (diff) | |
download | freebsd-ports-gnome-14640e433348dac4ed6781dacf90857b738af5af.tar.gz freebsd-ports-gnome-14640e433348dac4ed6781dacf90857b738af5af.tar.zst freebsd-ports-gnome-14640e433348dac4ed6781dacf90857b738af5af.zip |
- Remove USE_XLIB/USE_X_PREFIX in favor of USE_XORG
- Bump PORTREVISION
Approved by: flz (maintainer via irc)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmctrl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |