diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
commit | 107bfacba9383e0e28884a8425dd8e5cfdd807b9 (patch) | |
tree | 17dfb83a48d58043193fc6b92dfe64322eb6db76 /x11/wmctrl | |
parent | - Fix build with clang (diff) |
Add explicit dependency on pkgconf (27 ports)
Notes
Notes:
svn path=/head/; revision=327018
Diffstat (limited to 'x11/wmctrl')
-rw-r--r-- | x11/wmctrl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/wmctrl/Makefile b/x11/wmctrl/Makefile index b0e00ddf55e3..8defe28bcb1e 100644 --- a/x11/wmctrl/Makefile +++ b/x11/wmctrl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmctrl -# Date created: Feb 10 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# +# Created by: Florent Thoumie <flz@xbsd.org> # $FreeBSD$ -# PORTNAME= wmctrl PORTVERSION= 1.07 @@ -14,6 +10,7 @@ MASTER_SITES= http://sweb.cz/tripie/utils/wmctrl/dist/ MAINTAINER= flz@FreeBSD.org COMMENT= Command line tool to interact with an EWMH/NetWM compatible X managers +USES= pkgconfig GNU_CONFIGURE= yes USE_XORG= x11 xmu xext xt USE_GNOME= glib20 |